This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Minor Win32 compilation fixes.
legacy
Sam Hocevar
sam
14 years ago
parent
a9b63620d4
commit
40d2f1c00a
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/tiler.cpp
+0
-1
src/tileset.cpp
+0
-1
src/video.cpp
+ 4
- 0
src/tiler.cpp
View File
@@ -6,6 +6,10 @@
#include "tiler.h"
#include "tileset.h"
#if defined WIN32
# define strcasecmp _stricmp
#endif
/*
* Tiler implementation class
*/
+ 0
- 1
src/tileset.cpp
View File
@@ -8,7 +8,6 @@
#else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
#endif
#include <SDL.h>
+ 0
- 1
src/video.cpp
View File
@@ -8,7 +8,6 @@
#else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
#endif
#include <SDL.h>
Write
Preview
Loading…
Cancel
Save