From ff59cac2dd20c215c5438e41025b6e94a389d2bc Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 21 Jan 2024 15:55:56 +0100 Subject: [PATCH] Moved the test apps under a new demos folder. --- {tools/merger => demos}/test/compile_linux.sh | 0 {tools/merger => demos}/test/game_application.h | 0 {tools/merger => demos}/test/icon.png | Bin {tools/merger => demos}/test/main.cpp | 0 {tools/merger => demos}/test2/main.cpp | 0 {tools/merger => demos}/test_app/MAKE.bat | 0 {tools/merger => demos}/test_app/compile_linux.sh | 0 {tools/merger => demos}/test_app/compile_osx.sh | 0 {tools/merger => demos}/test_app/compile_vs.bat | 0 {tools/merger => demos}/test_app/compile_windows.sh | 0 {tools/merger => demos}/test_app/game_application.h | 0 {tools/merger => demos}/test_app/game_scene.cpp | 0 {tools/merger => demos}/test_app/game_scene.h | 0 {tools/merger => demos}/test_app/icon.png | Bin {tools/merger => demos}/test_app/main.cpp | 0 .../merger => demos}/test_core_1/compile_linux.sh | 0 {tools/merger => demos}/test_core_1/main.cpp | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {tools/merger => demos}/test/compile_linux.sh (100%) rename {tools/merger => demos}/test/game_application.h (100%) rename {tools/merger => demos}/test/icon.png (100%) rename {tools/merger => demos}/test/main.cpp (100%) rename {tools/merger => demos}/test2/main.cpp (100%) rename {tools/merger => demos}/test_app/MAKE.bat (100%) rename {tools/merger => demos}/test_app/compile_linux.sh (100%) rename {tools/merger => demos}/test_app/compile_osx.sh (100%) rename {tools/merger => demos}/test_app/compile_vs.bat (100%) rename {tools/merger => demos}/test_app/compile_windows.sh (100%) rename {tools/merger => demos}/test_app/game_application.h (100%) rename {tools/merger => demos}/test_app/game_scene.cpp (100%) rename {tools/merger => demos}/test_app/game_scene.h (100%) rename {tools/merger => demos}/test_app/icon.png (100%) rename {tools/merger => demos}/test_app/main.cpp (100%) rename {tools/merger => demos}/test_core_1/compile_linux.sh (100%) rename {tools/merger => demos}/test_core_1/main.cpp (100%) diff --git a/tools/merger/test/compile_linux.sh b/demos/test/compile_linux.sh similarity index 100% rename from tools/merger/test/compile_linux.sh rename to demos/test/compile_linux.sh diff --git a/tools/merger/test/game_application.h b/demos/test/game_application.h similarity index 100% rename from tools/merger/test/game_application.h rename to demos/test/game_application.h diff --git a/tools/merger/test/icon.png b/demos/test/icon.png similarity index 100% rename from tools/merger/test/icon.png rename to demos/test/icon.png diff --git a/tools/merger/test/main.cpp b/demos/test/main.cpp similarity index 100% rename from tools/merger/test/main.cpp rename to demos/test/main.cpp diff --git a/tools/merger/test2/main.cpp b/demos/test2/main.cpp similarity index 100% rename from tools/merger/test2/main.cpp rename to demos/test2/main.cpp diff --git a/tools/merger/test_app/MAKE.bat b/demos/test_app/MAKE.bat similarity index 100% rename from tools/merger/test_app/MAKE.bat rename to demos/test_app/MAKE.bat diff --git a/tools/merger/test_app/compile_linux.sh b/demos/test_app/compile_linux.sh similarity index 100% rename from tools/merger/test_app/compile_linux.sh rename to demos/test_app/compile_linux.sh diff --git a/tools/merger/test_app/compile_osx.sh b/demos/test_app/compile_osx.sh similarity index 100% rename from tools/merger/test_app/compile_osx.sh rename to demos/test_app/compile_osx.sh diff --git a/tools/merger/test_app/compile_vs.bat b/demos/test_app/compile_vs.bat similarity index 100% rename from tools/merger/test_app/compile_vs.bat rename to demos/test_app/compile_vs.bat diff --git a/tools/merger/test_app/compile_windows.sh b/demos/test_app/compile_windows.sh similarity index 100% rename from tools/merger/test_app/compile_windows.sh rename to demos/test_app/compile_windows.sh diff --git a/tools/merger/test_app/game_application.h b/demos/test_app/game_application.h similarity index 100% rename from tools/merger/test_app/game_application.h rename to demos/test_app/game_application.h diff --git a/tools/merger/test_app/game_scene.cpp b/demos/test_app/game_scene.cpp similarity index 100% rename from tools/merger/test_app/game_scene.cpp rename to demos/test_app/game_scene.cpp diff --git a/tools/merger/test_app/game_scene.h b/demos/test_app/game_scene.h similarity index 100% rename from tools/merger/test_app/game_scene.h rename to demos/test_app/game_scene.h diff --git a/tools/merger/test_app/icon.png b/demos/test_app/icon.png similarity index 100% rename from tools/merger/test_app/icon.png rename to demos/test_app/icon.png diff --git a/tools/merger/test_app/main.cpp b/demos/test_app/main.cpp similarity index 100% rename from tools/merger/test_app/main.cpp rename to demos/test_app/main.cpp diff --git a/tools/merger/test_core_1/compile_linux.sh b/demos/test_core_1/compile_linux.sh similarity index 100% rename from tools/merger/test_core_1/compile_linux.sh rename to demos/test_core_1/compile_linux.sh diff --git a/tools/merger/test_core_1/main.cpp b/demos/test_core_1/main.cpp similarity index 100% rename from tools/merger/test_core_1/main.cpp rename to demos/test_core_1/main.cpp