3 Star 0 Fork 0

Locietta / live-game-player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
Locietta 提交于 2021-07-19 13:05 . static linkage to fltk
#include "app.h"
using namespace std;
#ifdef WIN32
#include <windows.h>
int main(int argc, char* argv[]) {
#ifdef NDEBUG
FreeConsole();
#endif
App a;
bool t = a.init();
return a.run();
}
#else
int main(int argc, char* argv[]) {
App a;
bool t = a.init();
return a.run();
}
#endif
C++
1
https://gitee.com/Locietta/live-game-player.git
git@gitee.com:Locietta/live-game-player.git
Locietta
live-game-player
live-game-player
master

搜索帮助