From b4458d4280048e229b716be924ed4cdf884ff944 Mon Sep 17 00:00:00 2001 From: jaby Date: Wed, 3 Jan 2024 10:21:07 -0600 Subject: [PATCH] Remove all old code --- examples/PoolBox/application/include/{ => old}/font_writer.hpp | 0 .../PoolBox/application/{src => old}/FontWriter/font_writer.cpp | 0 .../PoolBox/application/{src => old}/FontWriter/font_writer.hpp | 0 examples/PoolBox/application/{src => old}/Objects/paco.cpp | 0 examples/PoolBox/application/{src => old}/Objects/paco.hpp | 0 .../application/{src => old}/Overlay/GPUTests/gpu_tests.cpp | 0 examples/PoolBox/application/{src => old}/Overlay/Overlay.hpp | 0 .../application/{src => old}/Overlay/TimerTests/timer_tests.cpp | 0 examples/PoolBox/application/{src => old}/assets.hpp | 0 examples/PoolBox/application/{src => old}/font_writer.cpp | 0 examples/PoolBox/application/{src => old}/main.cpp | 0 examples/PoolBox/application/{src => old}/main_assets.cpp | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename examples/PoolBox/application/include/{ => old}/font_writer.hpp (100%) rename examples/PoolBox/application/{src => old}/FontWriter/font_writer.cpp (100%) rename examples/PoolBox/application/{src => old}/FontWriter/font_writer.hpp (100%) rename examples/PoolBox/application/{src => old}/Objects/paco.cpp (100%) rename examples/PoolBox/application/{src => old}/Objects/paco.hpp (100%) rename examples/PoolBox/application/{src => old}/Overlay/GPUTests/gpu_tests.cpp (100%) rename examples/PoolBox/application/{src => old}/Overlay/Overlay.hpp (100%) rename examples/PoolBox/application/{src => old}/Overlay/TimerTests/timer_tests.cpp (100%) rename examples/PoolBox/application/{src => old}/assets.hpp (100%) rename examples/PoolBox/application/{src => old}/font_writer.cpp (100%) rename examples/PoolBox/application/{src => old}/main.cpp (100%) rename examples/PoolBox/application/{src => old}/main_assets.cpp (100%) diff --git a/examples/PoolBox/application/include/font_writer.hpp b/examples/PoolBox/application/include/old/font_writer.hpp similarity index 100% rename from examples/PoolBox/application/include/font_writer.hpp rename to examples/PoolBox/application/include/old/font_writer.hpp diff --git a/examples/PoolBox/application/src/FontWriter/font_writer.cpp b/examples/PoolBox/application/old/FontWriter/font_writer.cpp similarity index 100% rename from examples/PoolBox/application/src/FontWriter/font_writer.cpp rename to examples/PoolBox/application/old/FontWriter/font_writer.cpp diff --git a/examples/PoolBox/application/src/FontWriter/font_writer.hpp b/examples/PoolBox/application/old/FontWriter/font_writer.hpp similarity index 100% rename from examples/PoolBox/application/src/FontWriter/font_writer.hpp rename to examples/PoolBox/application/old/FontWriter/font_writer.hpp diff --git a/examples/PoolBox/application/src/Objects/paco.cpp b/examples/PoolBox/application/old/Objects/paco.cpp similarity index 100% rename from examples/PoolBox/application/src/Objects/paco.cpp rename to examples/PoolBox/application/old/Objects/paco.cpp diff --git a/examples/PoolBox/application/src/Objects/paco.hpp b/examples/PoolBox/application/old/Objects/paco.hpp similarity index 100% rename from examples/PoolBox/application/src/Objects/paco.hpp rename to examples/PoolBox/application/old/Objects/paco.hpp diff --git a/examples/PoolBox/application/src/Overlay/GPUTests/gpu_tests.cpp b/examples/PoolBox/application/old/Overlay/GPUTests/gpu_tests.cpp similarity index 100% rename from examples/PoolBox/application/src/Overlay/GPUTests/gpu_tests.cpp rename to examples/PoolBox/application/old/Overlay/GPUTests/gpu_tests.cpp diff --git a/examples/PoolBox/application/src/Overlay/Overlay.hpp b/examples/PoolBox/application/old/Overlay/Overlay.hpp similarity index 100% rename from examples/PoolBox/application/src/Overlay/Overlay.hpp rename to examples/PoolBox/application/old/Overlay/Overlay.hpp diff --git a/examples/PoolBox/application/src/Overlay/TimerTests/timer_tests.cpp b/examples/PoolBox/application/old/Overlay/TimerTests/timer_tests.cpp similarity index 100% rename from examples/PoolBox/application/src/Overlay/TimerTests/timer_tests.cpp rename to examples/PoolBox/application/old/Overlay/TimerTests/timer_tests.cpp diff --git a/examples/PoolBox/application/src/assets.hpp b/examples/PoolBox/application/old/assets.hpp similarity index 100% rename from examples/PoolBox/application/src/assets.hpp rename to examples/PoolBox/application/old/assets.hpp diff --git a/examples/PoolBox/application/src/font_writer.cpp b/examples/PoolBox/application/old/font_writer.cpp similarity index 100% rename from examples/PoolBox/application/src/font_writer.cpp rename to examples/PoolBox/application/old/font_writer.cpp diff --git a/examples/PoolBox/application/src/main.cpp b/examples/PoolBox/application/old/main.cpp similarity index 100% rename from examples/PoolBox/application/src/main.cpp rename to examples/PoolBox/application/old/main.cpp diff --git a/examples/PoolBox/application/src/main_assets.cpp b/examples/PoolBox/application/old/main_assets.cpp similarity index 100% rename from examples/PoolBox/application/src/main_assets.cpp rename to examples/PoolBox/application/old/main_assets.cpp