~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

Viewing changes to src/graphicsvertexes.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <GLES/gl.h>
32
32
#else
33
33
#define GL_GLEXT_PROTOTYPES 1
34
 
#include <SDL/SDL_opengl.h>
 
34
#include <SDL_opengl.h>
35
35
#endif
36
36
 
37
 
#include <SDL/SDL.h>
 
37
#include <SDL.h>
38
38
 
39
39
#include "mobileopenglgraphics.h"
40
40
#include "normalopenglgraphics.h"