使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
lolengine
/
lol
镜像自地址
https://github.com/lolengine/lol
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
build: bring the iOS port up to date by synchronising new source file
names with the project file.
legacy
Sam Hocevar
sam
13 年前
父节点
abbf9ba44c
当前提交
a59f2efb07
共有
5 个文件被更改
,包括
5 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
src/image/codec/android-image.cpp
+1
-1
src/image/codec/dummy-image.cpp
+1
-1
src/image/codec/ios-image.cpp
+1
-1
src/image/codec/ps3-image.cpp
+1
-1
src/image/codec/sdl-image.cpp
+ 1
- 1
src/image/codec/android-image.cpp
查看文件
@@ -20,7 +20,7 @@
#include <android/log.h>
#include "core.h"
#include "image/image-private.h"
#include "
../../
image/image-private.h"
using namespace std;
+ 1
- 1
src/image/codec/dummy-image.cpp
查看文件
@@ -15,7 +15,7 @@
#include <cmath>
#include "core.h"
#include "image/image-private.h"
#include "
../../
image/image-private.h"
using namespace std;
+ 1
- 1
src/image/codec/ios-image.cpp
查看文件
@@ -18,7 +18,7 @@
#import <UIKit/UIKit.h>
#include "core.h"
#include "image/image-private.h"
#include "
../../
image/image-private.h"
using namespace std;
+ 1
- 1
src/image/codec/ps3-image.cpp
查看文件
@@ -20,7 +20,7 @@
#include <cell/codec/pngdec.h>
#include "core.h"
#include "image/image-private.h"
#include "
../../
image/image-private.h"
using namespace std;
+ 1
- 1
src/image/codec/sdl-image.cpp
查看文件
@@ -20,7 +20,7 @@
#include <SDL_image.h>
#include "core.h"
#include "image/image-private.h"
#include "
../../
image/image-private.h"
using namespace std;
撰写
预览
正在加载...
取消
保存