diff options
Diffstat (limited to 'test/01HelloWorld/main.cpp')
-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 |