From 59149e80f72bb56ea44fee9482ea92a640cc5c32 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Aug 2018 20:31:08 +0800 Subject: +add box2d --- test/01HelloWorld/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/01HelloWorld/main.cpp') diff --git a/test/01HelloWorld/main.cpp b/test/01HelloWorld/main.cpp index 62c059f..098ab96 100644 --- a/test/01HelloWorld/main.cpp +++ b/test/01HelloWorld/main.cpp @@ -4,6 +4,7 @@ using namespace jin::core; using namespace jin::graphics; using namespace jin::input; +using namespace jin::thread; void onEvent(jin::input::Event* e) { @@ -42,8 +43,9 @@ int main(int argc, char* argv[]) wndSetting.resizable = true; wnd->init(&wndSetting); - game->run(); + //Thread* thread = new Thread(); + game->run(); game->quit(); wnd->quit(); -- cgit v1.1-26-g67d0