diff options
author | chai <chaifix@163.com> | 2018-07-28 11:57:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 11:57:16 +0800 |
commit | ce63f79c7d683d0de398f6ea0483cdd59ec06a62 (patch) | |
tree | 6600b53ed5ba3164252bb75db743ff09532c4d4f /test | |
parent | 70eaf47d6505dc40f672fafb61c2b7f084fa798a (diff) |
*update
Diffstat (limited to 'test')
-rw-r--r-- | test/01HelloWorld/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/01HelloWorld/main.cpp b/test/01HelloWorld/main.cpp index e69de29..701d53f 100644 --- a/test/01HelloWorld/main.cpp +++ b/test/01HelloWorld/main.cpp @@ -0,0 +1,7 @@ +#include "jin.h" + +int main() +{ + jin::core::Game* game; + jin::graphics::WindowSystem; +}
\ No newline at end of file |