diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-08 02:19:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-08 02:19:52 +0300 |
commit | 27c3646d10e0c5d25905d7afc7a43289159f711b (patch) | |
tree | 90257515af3615f169252161fc62b8d571076936 /src/graphicsvertexes.h | |
parent | 5e14ab971129eb95ca02e373fc21adb46c0eaca1 (diff) | |
download | plus-27c3646d10e0c5d25905d7afc7a43289159f711b.tar.gz plus-27c3646d10e0c5d25905d7afc7a43289159f711b.tar.bz2 plus-27c3646d10e0c5d25905d7afc7a43289159f711b.tar.xz plus-27c3646d10e0c5d25905d7afc7a43289159f711b.zip |
Fix some issues after automatic checking.
Change compilation flags in make scripts.
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index c5daab6cb..c462de976 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -30,6 +30,9 @@ #define NO_SDL_GLEXT #include <SDL_opengl.h> + +#include "opengl1graphics.h" +#include "openglgraphics.h" #endif #include <string> |