From e24af29ab9dd352a1dc280fe9af3b950e6422f44 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 5 Apr 2021 17:19:52 +0200 Subject: [PATCH] Moved out the sprites project from temp. --- .../.clang-format | 0 .../application.cpp | 0 .../application.h | 0 .../camera.cpp | 0 .../camera.h | 0 .../color.cpp | 0 .../color.h | 0 .../compile.sh | 0 .../image.cpp | 0 .../image.h | 0 .../impl_application.h | 0 .../main.cpp | 0 .../main_scene.cpp | 0 .../main_scene.h | 0 .../math.cpp | 0 .../math.h | 0 .../rect2.cpp | 0 .../rect2.h | 0 .../renderer.cpp | 0 .../renderer.h | 0 .../scene.cpp | 0 .../scene.h | 0 .../sprite.cpp | 0 .../sprite.h | 0 .../string.cpp | 0 .../string.h | 0 .../texture.cpp | 0 .../texture.h | 0 .../ti.bmp | Bin .../vector.h | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/.clang-format (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/application.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/application.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/camera.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/camera.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/color.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/color.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/compile.sh (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/image.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/image.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/impl_application.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/main.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/main_scene.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/main_scene.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/math.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/math.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/rect2.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/rect2.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/renderer.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/renderer.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/scene.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/scene.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/sprite.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/sprite.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/string.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/string.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/texture.cpp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/texture.h (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/ti.bmp (100%) rename {temp/07_sdl_moving_sprites => 22_sdl_moving_sprites}/vector.h (100%) diff --git a/temp/07_sdl_moving_sprites/.clang-format b/22_sdl_moving_sprites/.clang-format similarity index 100% rename from temp/07_sdl_moving_sprites/.clang-format rename to 22_sdl_moving_sprites/.clang-format diff --git a/temp/07_sdl_moving_sprites/application.cpp b/22_sdl_moving_sprites/application.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/application.cpp rename to 22_sdl_moving_sprites/application.cpp diff --git a/temp/07_sdl_moving_sprites/application.h b/22_sdl_moving_sprites/application.h similarity index 100% rename from temp/07_sdl_moving_sprites/application.h rename to 22_sdl_moving_sprites/application.h diff --git a/temp/07_sdl_moving_sprites/camera.cpp b/22_sdl_moving_sprites/camera.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/camera.cpp rename to 22_sdl_moving_sprites/camera.cpp diff --git a/temp/07_sdl_moving_sprites/camera.h b/22_sdl_moving_sprites/camera.h similarity index 100% rename from temp/07_sdl_moving_sprites/camera.h rename to 22_sdl_moving_sprites/camera.h diff --git a/temp/07_sdl_moving_sprites/color.cpp b/22_sdl_moving_sprites/color.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/color.cpp rename to 22_sdl_moving_sprites/color.cpp diff --git a/temp/07_sdl_moving_sprites/color.h b/22_sdl_moving_sprites/color.h similarity index 100% rename from temp/07_sdl_moving_sprites/color.h rename to 22_sdl_moving_sprites/color.h diff --git a/temp/07_sdl_moving_sprites/compile.sh b/22_sdl_moving_sprites/compile.sh similarity index 100% rename from temp/07_sdl_moving_sprites/compile.sh rename to 22_sdl_moving_sprites/compile.sh diff --git a/temp/07_sdl_moving_sprites/image.cpp b/22_sdl_moving_sprites/image.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/image.cpp rename to 22_sdl_moving_sprites/image.cpp diff --git a/temp/07_sdl_moving_sprites/image.h b/22_sdl_moving_sprites/image.h similarity index 100% rename from temp/07_sdl_moving_sprites/image.h rename to 22_sdl_moving_sprites/image.h diff --git a/temp/07_sdl_moving_sprites/impl_application.h b/22_sdl_moving_sprites/impl_application.h similarity index 100% rename from temp/07_sdl_moving_sprites/impl_application.h rename to 22_sdl_moving_sprites/impl_application.h diff --git a/temp/07_sdl_moving_sprites/main.cpp b/22_sdl_moving_sprites/main.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/main.cpp rename to 22_sdl_moving_sprites/main.cpp diff --git a/temp/07_sdl_moving_sprites/main_scene.cpp b/22_sdl_moving_sprites/main_scene.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/main_scene.cpp rename to 22_sdl_moving_sprites/main_scene.cpp diff --git a/temp/07_sdl_moving_sprites/main_scene.h b/22_sdl_moving_sprites/main_scene.h similarity index 100% rename from temp/07_sdl_moving_sprites/main_scene.h rename to 22_sdl_moving_sprites/main_scene.h diff --git a/temp/07_sdl_moving_sprites/math.cpp b/22_sdl_moving_sprites/math.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/math.cpp rename to 22_sdl_moving_sprites/math.cpp diff --git a/temp/07_sdl_moving_sprites/math.h b/22_sdl_moving_sprites/math.h similarity index 100% rename from temp/07_sdl_moving_sprites/math.h rename to 22_sdl_moving_sprites/math.h diff --git a/temp/07_sdl_moving_sprites/rect2.cpp b/22_sdl_moving_sprites/rect2.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/rect2.cpp rename to 22_sdl_moving_sprites/rect2.cpp diff --git a/temp/07_sdl_moving_sprites/rect2.h b/22_sdl_moving_sprites/rect2.h similarity index 100% rename from temp/07_sdl_moving_sprites/rect2.h rename to 22_sdl_moving_sprites/rect2.h diff --git a/temp/07_sdl_moving_sprites/renderer.cpp b/22_sdl_moving_sprites/renderer.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/renderer.cpp rename to 22_sdl_moving_sprites/renderer.cpp diff --git a/temp/07_sdl_moving_sprites/renderer.h b/22_sdl_moving_sprites/renderer.h similarity index 100% rename from temp/07_sdl_moving_sprites/renderer.h rename to 22_sdl_moving_sprites/renderer.h diff --git a/temp/07_sdl_moving_sprites/scene.cpp b/22_sdl_moving_sprites/scene.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/scene.cpp rename to 22_sdl_moving_sprites/scene.cpp diff --git a/temp/07_sdl_moving_sprites/scene.h b/22_sdl_moving_sprites/scene.h similarity index 100% rename from temp/07_sdl_moving_sprites/scene.h rename to 22_sdl_moving_sprites/scene.h diff --git a/temp/07_sdl_moving_sprites/sprite.cpp b/22_sdl_moving_sprites/sprite.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/sprite.cpp rename to 22_sdl_moving_sprites/sprite.cpp diff --git a/temp/07_sdl_moving_sprites/sprite.h b/22_sdl_moving_sprites/sprite.h similarity index 100% rename from temp/07_sdl_moving_sprites/sprite.h rename to 22_sdl_moving_sprites/sprite.h diff --git a/temp/07_sdl_moving_sprites/string.cpp b/22_sdl_moving_sprites/string.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/string.cpp rename to 22_sdl_moving_sprites/string.cpp diff --git a/temp/07_sdl_moving_sprites/string.h b/22_sdl_moving_sprites/string.h similarity index 100% rename from temp/07_sdl_moving_sprites/string.h rename to 22_sdl_moving_sprites/string.h diff --git a/temp/07_sdl_moving_sprites/texture.cpp b/22_sdl_moving_sprites/texture.cpp similarity index 100% rename from temp/07_sdl_moving_sprites/texture.cpp rename to 22_sdl_moving_sprites/texture.cpp diff --git a/temp/07_sdl_moving_sprites/texture.h b/22_sdl_moving_sprites/texture.h similarity index 100% rename from temp/07_sdl_moving_sprites/texture.h rename to 22_sdl_moving_sprites/texture.h diff --git a/temp/07_sdl_moving_sprites/ti.bmp b/22_sdl_moving_sprites/ti.bmp similarity index 100% rename from temp/07_sdl_moving_sprites/ti.bmp rename to 22_sdl_moving_sprites/ti.bmp diff --git a/temp/07_sdl_moving_sprites/vector.h b/22_sdl_moving_sprites/vector.h similarity index 100% rename from temp/07_sdl_moving_sprites/vector.h rename to 22_sdl_moving_sprites/vector.h