From 9e5d914c834bcdb12e6dec38f8ac5976dd6179a1 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 21 Jan 2024 16:10:30 +0100 Subject: [PATCH] Renamed the demos. --- demos/{test_core_1 => minimal_app}/main.cpp | 0 demos/{test_app => render_test_app}/MAKE.bat | 0 .../{test_app => render_test_app}/compile_linux.sh | 0 demos/{test_app => render_test_app}/compile_osx.sh | 0 demos/{test_app => render_test_app}/compile_vs.bat | 0 .../compile_windows.sh | 0 .../game_application.h | 0 demos/{test_app => render_test_app}/game_scene.cpp | 0 demos/{test_app => render_test_app}/game_scene.h | 0 demos/{test => render_test_app}/icon.png | Bin demos/{test_app => render_test_app}/main.cpp | 0 .../{test => single_header_app}/game_application.h | 0 demos/{test_app => single_header_app}/icon.png | Bin demos/{test => single_header_app}/main.cpp | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename demos/{test_core_1 => minimal_app}/main.cpp (100%) rename demos/{test_app => render_test_app}/MAKE.bat (100%) rename demos/{test_app => render_test_app}/compile_linux.sh (100%) rename demos/{test_app => render_test_app}/compile_osx.sh (100%) rename demos/{test_app => render_test_app}/compile_vs.bat (100%) rename demos/{test_app => render_test_app}/compile_windows.sh (100%) rename demos/{test_app => render_test_app}/game_application.h (100%) rename demos/{test_app => render_test_app}/game_scene.cpp (100%) rename demos/{test_app => render_test_app}/game_scene.h (100%) rename demos/{test => render_test_app}/icon.png (100%) rename demos/{test_app => render_test_app}/main.cpp (100%) rename demos/{test => single_header_app}/game_application.h (100%) rename demos/{test_app => single_header_app}/icon.png (100%) rename demos/{test => single_header_app}/main.cpp (100%) diff --git a/demos/test_core_1/main.cpp b/demos/minimal_app/main.cpp similarity index 100% rename from demos/test_core_1/main.cpp rename to demos/minimal_app/main.cpp diff --git a/demos/test_app/MAKE.bat b/demos/render_test_app/MAKE.bat similarity index 100% rename from demos/test_app/MAKE.bat rename to demos/render_test_app/MAKE.bat diff --git a/demos/test_app/compile_linux.sh b/demos/render_test_app/compile_linux.sh similarity index 100% rename from demos/test_app/compile_linux.sh rename to demos/render_test_app/compile_linux.sh diff --git a/demos/test_app/compile_osx.sh b/demos/render_test_app/compile_osx.sh similarity index 100% rename from demos/test_app/compile_osx.sh rename to demos/render_test_app/compile_osx.sh diff --git a/demos/test_app/compile_vs.bat b/demos/render_test_app/compile_vs.bat similarity index 100% rename from demos/test_app/compile_vs.bat rename to demos/render_test_app/compile_vs.bat diff --git a/demos/test_app/compile_windows.sh b/demos/render_test_app/compile_windows.sh similarity index 100% rename from demos/test_app/compile_windows.sh rename to demos/render_test_app/compile_windows.sh diff --git a/demos/test_app/game_application.h b/demos/render_test_app/game_application.h similarity index 100% rename from demos/test_app/game_application.h rename to demos/render_test_app/game_application.h diff --git a/demos/test_app/game_scene.cpp b/demos/render_test_app/game_scene.cpp similarity index 100% rename from demos/test_app/game_scene.cpp rename to demos/render_test_app/game_scene.cpp diff --git a/demos/test_app/game_scene.h b/demos/render_test_app/game_scene.h similarity index 100% rename from demos/test_app/game_scene.h rename to demos/render_test_app/game_scene.h diff --git a/demos/test/icon.png b/demos/render_test_app/icon.png similarity index 100% rename from demos/test/icon.png rename to demos/render_test_app/icon.png diff --git a/demos/test_app/main.cpp b/demos/render_test_app/main.cpp similarity index 100% rename from demos/test_app/main.cpp rename to demos/render_test_app/main.cpp diff --git a/demos/test/game_application.h b/demos/single_header_app/game_application.h similarity index 100% rename from demos/test/game_application.h rename to demos/single_header_app/game_application.h diff --git a/demos/test_app/icon.png b/demos/single_header_app/icon.png similarity index 100% rename from demos/test_app/icon.png rename to demos/single_header_app/icon.png diff --git a/demos/test/main.cpp b/demos/single_header_app/main.cpp similarity index 100% rename from demos/test/main.cpp rename to demos/single_header_app/main.cpp