diff --git a/testapp/game_application.h b/game_application.h similarity index 100% rename from testapp/game_application.h rename to game_application.h diff --git a/testapp/game_scene.cpp b/game_scene.cpp similarity index 100% rename from testapp/game_scene.cpp rename to game_scene.cpp diff --git a/testapp/game_scene.h b/game_scene.h similarity index 100% rename from testapp/game_scene.h rename to game_scene.h diff --git a/testapp/main.cpp b/main.cpp similarity index 74% rename from testapp/main.cpp rename to main.cpp index cb2155f..1c28865 100644 --- a/testapp/main.cpp +++ b/main.cpp @@ -6,11 +6,6 @@ #include "game_application.h" -//érdekesség -//https://gist.github.com/reduz/9635c731f0592d7e526367c6063b8f8f -//https://gist.github.com/reduz/9b9d1278848237fd9a9a8b6cc77c8270 -//https://github.com/reduz/larvita3 - Application *application = NULL; void handle_frame() {