このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Minor Win32 compilation fixes.
legacy
Sam Hocevar
sam
15年前
親
a9b63620d4
コミット
40d2f1c00a
3個のファイルの変更
、
4行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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>
書き込み
プレビュー
読み込み中…
キャンセル
保存