使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
neercs
镜像自地址
https://github.com/cacalabs/neercs.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
build: sync with latest Lol Engine
master
Sam Hocevar
8 年前
父节点
f1b532c412
当前提交
64e47b0026
共有
3 个文件被更改
,包括
9 次插入
和
7 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+7
-5
configure.ac
+1
-1
lol
+1
-1
neercs/neercs.cpp
+ 7
- 5
configure.ac
查看文件
@@ -18,6 +18,13 @@ AC_PROG_CXX
AM_PROG_LIBTOOL
AC_LIBTOOL_CXX
AC_CONFIG_HEADER(config.h)
AC_CONFIG_FILES(
[Makefile
neercs/Makefile
])
dnl
dnl Inherit all Lol Engine checks
dnl
@@ -51,10 +58,5 @@ dnl
dnl Perform the actual commands
dnl
AC_CONFIG_FILES(
[Makefile
neercs/Makefile
])
AC_OUTPUT
+ 1
- 1
lol
@@ -1 +1 @@
Subproject commit
e27698f8ec9a606b6a012f9d33392790905f3728
Subproject commit
37c8949b4064b56943c1db0b161426c6cbc35c52
+ 1
- 1
neercs/neercs.cpp
查看文件
@@ -51,7 +51,7 @@ Neercs::~Neercs()
int main(int argc, char **argv)
{
System::I
nit(argc, argv);
sys::i
nit(argc, argv);
Application app("Neercs", ivec2(800, 600), 60.0f);
撰写
预览
正在加载...
取消
保存