本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
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…
取消
儲存