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