本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
core: get rid of now useless <cstdio> includes.
legacy
Sam Hocevar
sam
13 年之前
父節點
1e5624d551
當前提交
10b321b204
共有
19 個檔案被更改
,包括
0 行新增
和
21 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/debugquad.cpp
+0
-1
src/debugrecord.cpp
+0
-1
src/debugsphere.cpp
+0
-1
src/dict.cpp
+0
-2
src/eglapp.cpp
+0
-1
src/emitter.cpp
+0
-1
src/entity.cpp
+0
-1
src/image.cpp
+0
-1
src/input.cpp
+0
-1
src/matrix.cpp
+0
-1
src/profiler.cpp
+0
-1
src/scene.cpp
+0
-1
src/shader.cpp
+0
-1
src/ticker.cpp
+0
-2
src/tiler.cpp
+0
-1
src/timer.cpp
+0
-1
src/video.cpp
+0
-1
src/world.cpp
+0
-1
src/worldentity.cpp
+ 0
- 1
src/debugquad.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cmath>
#include "core.h"
+ 0
- 1
src/debugrecord.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstring>
#if defined USE_PIPI
+ 0
- 1
src/debugsphere.cpp
查看文件
@@ -18,7 +18,6 @@
# include <windows.h>
#endif
#include <cstdio>
#include <cmath>
#include "core.h"
+ 0
- 1
src/dict.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include "core.h"
+ 0
- 2
src/eglapp.cpp
查看文件
@@ -12,8 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#if defined USE_EGL
# include <X11/Xlib.h>
# include <X11/Xatom.h>
+ 0
- 1
src/emitter.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cmath>
#include "core.h"
+ 0
- 1
src/entity.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include "core.h"
+ 0
- 1
src/image.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cmath>
#include <cstdio>
#if defined __APPLE__ && defined __MACH__
# import <UIKit/UIKit.h>
+ 0
- 1
src/input.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstdlib>
#include <cmath>
+ 0
- 1
src/matrix.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstdlib> /* free() */
#include <cstring> /* strdup() */
+ 0
- 1
src/profiler.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <stdint.h>
#include "core.h"
+ 0
- 1
src/scene.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <cmath>
#ifdef WIN32
+ 0
- 1
src/shader.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cmath>
#include <cstdio>
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
+ 0
- 1
src/ticker.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <stdint.h>
#include "core.h"
+ 0
- 2
src/tiler.cpp
查看文件
@@ -12,8 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include "core.h"
namespace lol
+ 0
- 1
src/timer.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include <stdint.h>
#if defined __linux__ || defined __APPLE__
+ 0
- 1
src/video.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cmath>
#include <cstdio>
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
+ 0
- 1
src/world.cpp
查看文件
@@ -12,7 +12,6 @@
# include "config.h"
#endif
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <ctype.h>
+ 0
- 1
src/worldentity.cpp
查看文件
@@ -13,7 +13,6 @@
#endif
#include <cstdlib>
#include <cstdio>
#include "core.h"
Write
Preview
Loading…
取消
儲存