This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Minor Win32 compilation fixes.
legacy
Sam Hocevar
sam
пре 14 година
родитељ
a9b63620d4
комит
40d2f1c00a
3 измењених фајлова
са
4 додато
и
2 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -8,7 +8,6 @@
#else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
# include <GL/glext.h>
#endif
#include <SDL.h>
Write
Preview
Loading…
Откажи
Сачувај