From a00f04e467ad95d303f155925edcd3eda86363f2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 18 Dec 2023 21:29:36 +0100 Subject: [PATCH] Moved main. --- testapp/game_application.h => game_application.h | 0 testapp/game_scene.cpp => game_scene.cpp | 0 testapp/game_scene.h => game_scene.h | 0 testapp/main.cpp => main.cpp | 5 ----- 4 files changed, 5 deletions(-) rename testapp/game_application.h => game_application.h (100%) rename testapp/game_scene.cpp => game_scene.cpp (100%) rename testapp/game_scene.h => game_scene.h (100%) rename testapp/main.cpp => main.cpp (74%) 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() {