From ae16006afe132b59d046fbf7543f6e9d01e117c1 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 9 Jan 2024 11:51:13 +0100 Subject: [PATCH] Moved the main test files. --- .gitignore | 1 + game_application.h => sfw/game_application.h | 0 game_scene.cpp => sfw/game_scene.cpp | 0 game_scene.h => sfw/game_scene.h | 0 main.cpp => sfw/main.cpp | 0 .../{primitive_meshes.cpp => primitive_meshes.cpp_off} | 0 6 files changed, 1 insertion(+) rename game_application.h => sfw/game_application.h (100%) rename game_scene.cpp => sfw/game_scene.cpp (100%) rename game_scene.h => sfw/game_scene.h (100%) rename main.cpp => sfw/main.cpp (100%) rename sfw/render_core/{primitive_meshes.cpp => primitive_meshes.cpp_off} (100%) diff --git a/.gitignore b/.gitignore index f0a6d3c..9cd14cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bin/ obj/ venv/ +.cache/ build/ diff --git a/game_application.h b/sfw/game_application.h similarity index 100% rename from game_application.h rename to sfw/game_application.h diff --git a/game_scene.cpp b/sfw/game_scene.cpp similarity index 100% rename from game_scene.cpp rename to sfw/game_scene.cpp diff --git a/game_scene.h b/sfw/game_scene.h similarity index 100% rename from game_scene.h rename to sfw/game_scene.h diff --git a/main.cpp b/sfw/main.cpp similarity index 100% rename from main.cpp rename to sfw/main.cpp diff --git a/sfw/render_core/primitive_meshes.cpp b/sfw/render_core/primitive_meshes.cpp_off similarity index 100% rename from sfw/render_core/primitive_meshes.cpp rename to sfw/render_core/primitive_meshes.cpp_off