diff --git a/old_src/components/Tag.h b/deprecated/old_src/components/Tag.h similarity index 100% rename from old_src/components/Tag.h rename to deprecated/old_src/components/Tag.h diff --git a/old_src/components/Transform.h b/deprecated/old_src/components/Transform.h similarity index 100% rename from old_src/components/Transform.h rename to deprecated/old_src/components/Transform.h diff --git a/old_src/core/ECS.h b/deprecated/old_src/core/ECS.h similarity index 100% rename from old_src/core/ECS.h rename to deprecated/old_src/core/ECS.h diff --git a/old_src/core/Engine.cpp b/deprecated/old_src/core/Engine.cpp similarity index 100% rename from old_src/core/Engine.cpp rename to deprecated/old_src/core/Engine.cpp diff --git a/old_src/core/Engine.h b/deprecated/old_src/core/Engine.h similarity index 100% rename from old_src/core/Engine.h rename to deprecated/old_src/core/Engine.h diff --git a/old_src/debugging/AllocationMetrics.cpp b/deprecated/old_src/debugging/AllocationMetrics.cpp similarity index 100% rename from old_src/debugging/AllocationMetrics.cpp rename to deprecated/old_src/debugging/AllocationMetrics.cpp diff --git a/old_src/debugging/AllocationMetrics.h b/deprecated/old_src/debugging/AllocationMetrics.h similarity index 100% rename from old_src/debugging/AllocationMetrics.h rename to deprecated/old_src/debugging/AllocationMetrics.h diff --git a/old_src/debugging/Debug.h b/deprecated/old_src/debugging/Debug.h similarity index 100% rename from old_src/debugging/Debug.h rename to deprecated/old_src/debugging/Debug.h diff --git a/old_src/debugging/FileManagement.h b/deprecated/old_src/debugging/FileManagement.h similarity index 100% rename from old_src/debugging/FileManagement.h rename to deprecated/old_src/debugging/FileManagement.h diff --git a/old_src/debugging/Logger.h b/deprecated/old_src/debugging/Logger.h similarity index 100% rename from old_src/debugging/Logger.h rename to deprecated/old_src/debugging/Logger.h diff --git a/old_src/event/InputHandler.cpp b/deprecated/old_src/event/InputHandler.cpp similarity index 100% rename from old_src/event/InputHandler.cpp rename to deprecated/old_src/event/InputHandler.cpp diff --git a/old_src/event/InputHandler.h b/deprecated/old_src/event/InputHandler.h similarity index 100% rename from old_src/event/InputHandler.h rename to deprecated/old_src/event/InputHandler.h diff --git a/old_src/event/Inputs.h b/deprecated/old_src/event/Inputs.h similarity index 100% rename from old_src/event/Inputs.h rename to deprecated/old_src/event/Inputs.h diff --git a/old_src/interface/Collision.cpp b/deprecated/old_src/interface/Collision.cpp similarity index 100% rename from old_src/interface/Collision.cpp rename to deprecated/old_src/interface/Collision.cpp diff --git a/old_src/interface/Collision.h b/deprecated/old_src/interface/Collision.h similarity index 100% rename from old_src/interface/Collision.h rename to deprecated/old_src/interface/Collision.h diff --git a/old_src/interface/Draw.cpp b/deprecated/old_src/interface/Draw.cpp similarity index 100% rename from old_src/interface/Draw.cpp rename to deprecated/old_src/interface/Draw.cpp diff --git a/old_src/interface/Draw.h b/deprecated/old_src/interface/Draw.h similarity index 100% rename from old_src/interface/Draw.h rename to deprecated/old_src/interface/Draw.h diff --git a/old_src/interface/Font.cpp b/deprecated/old_src/interface/Font.cpp similarity index 100% rename from old_src/interface/Font.cpp rename to deprecated/old_src/interface/Font.cpp diff --git a/old_src/interface/Font.h b/deprecated/old_src/interface/Font.h similarity index 100% rename from old_src/interface/Font.h rename to deprecated/old_src/interface/Font.h diff --git a/old_src/interface/Input.cpp b/deprecated/old_src/interface/Input.cpp similarity index 100% rename from old_src/interface/Input.cpp rename to deprecated/old_src/interface/Input.cpp diff --git a/old_src/interface/Input.h b/deprecated/old_src/interface/Input.h similarity index 100% rename from old_src/interface/Input.h rename to deprecated/old_src/interface/Input.h diff --git a/old_src/interface/Sound.cpp b/deprecated/old_src/interface/Sound.cpp similarity index 100% rename from old_src/interface/Sound.cpp rename to deprecated/old_src/interface/Sound.cpp diff --git a/old_src/interface/Sound.h b/deprecated/old_src/interface/Sound.h similarity index 100% rename from old_src/interface/Sound.h rename to deprecated/old_src/interface/Sound.h diff --git a/old_src/interface/Text.cpp b/deprecated/old_src/interface/Text.cpp similarity index 100% rename from old_src/interface/Text.cpp rename to deprecated/old_src/interface/Text.cpp diff --git a/old_src/interface/Text.h b/deprecated/old_src/interface/Text.h similarity index 100% rename from old_src/interface/Text.h rename to deprecated/old_src/interface/Text.h diff --git a/old_src/interface/Texture.cpp b/deprecated/old_src/interface/Texture.cpp similarity index 100% rename from old_src/interface/Texture.cpp rename to deprecated/old_src/interface/Texture.cpp diff --git a/old_src/interface/Texture.h b/deprecated/old_src/interface/Texture.h similarity index 100% rename from old_src/interface/Texture.h rename to deprecated/old_src/interface/Texture.h diff --git a/old_src/interface/Window.cpp b/deprecated/old_src/interface/Window.cpp similarity index 100% rename from old_src/interface/Window.cpp rename to deprecated/old_src/interface/Window.cpp diff --git a/old_src/interface/Window.h b/deprecated/old_src/interface/Window.h similarity index 100% rename from old_src/interface/Window.h rename to deprecated/old_src/interface/Window.h diff --git a/old_src/managers/ResourceManager.h b/deprecated/old_src/managers/ResourceManager.h similarity index 100% rename from old_src/managers/ResourceManager.h rename to deprecated/old_src/managers/ResourceManager.h diff --git a/old_src/managers/SDLManager.cpp b/deprecated/old_src/managers/SDLManager.cpp similarity index 100% rename from old_src/managers/SDLManager.cpp rename to deprecated/old_src/managers/SDLManager.cpp diff --git a/old_src/managers/SDLManager.h b/deprecated/old_src/managers/SDLManager.h similarity index 100% rename from old_src/managers/SDLManager.h rename to deprecated/old_src/managers/SDLManager.h diff --git a/old_src/managers/SoundManager.cpp b/deprecated/old_src/managers/SoundManager.cpp similarity index 100% rename from old_src/managers/SoundManager.cpp rename to deprecated/old_src/managers/SoundManager.cpp diff --git a/old_src/managers/SoundManager.h b/deprecated/old_src/managers/SoundManager.h similarity index 100% rename from old_src/managers/SoundManager.h rename to deprecated/old_src/managers/SoundManager.h diff --git a/old_src/managers/TextureManager.h b/deprecated/old_src/managers/TextureManager.h similarity index 100% rename from old_src/managers/TextureManager.h rename to deprecated/old_src/managers/TextureManager.h diff --git a/old_src/managers/WindowManager.cpp b/deprecated/old_src/managers/WindowManager.cpp similarity index 100% rename from old_src/managers/WindowManager.cpp rename to deprecated/old_src/managers/WindowManager.cpp diff --git a/old_src/managers/WindowManager.h b/deprecated/old_src/managers/WindowManager.h similarity index 100% rename from old_src/managers/WindowManager.h rename to deprecated/old_src/managers/WindowManager.h diff --git a/old_src/math/Hash.h b/deprecated/old_src/math/Hash.h similarity index 100% rename from old_src/math/Hash.h rename to deprecated/old_src/math/Hash.h diff --git a/old_src/math/Math.h b/deprecated/old_src/math/Math.h similarity index 100% rename from old_src/math/Math.h rename to deprecated/old_src/math/Math.h diff --git a/old_src/math/RNG.h b/deprecated/old_src/math/RNG.h similarity index 100% rename from old_src/math/RNG.h rename to deprecated/old_src/math/RNG.h diff --git a/old_src/math/Vector2.h b/deprecated/old_src/math/Vector2.h similarity index 100% rename from old_src/math/Vector2.h rename to deprecated/old_src/math/Vector2.h diff --git a/old_src/physics/Collider.h b/deprecated/old_src/physics/Collider.h similarity index 100% rename from old_src/physics/Collider.h rename to deprecated/old_src/physics/Collider.h diff --git a/old_src/physics/Manifold.h b/deprecated/old_src/physics/Manifold.h similarity index 100% rename from old_src/physics/Manifold.h rename to deprecated/old_src/physics/Manifold.h diff --git a/old_src/physics/RigidBody.h b/deprecated/old_src/physics/RigidBody.h similarity index 100% rename from old_src/physics/RigidBody.h rename to deprecated/old_src/physics/RigidBody.h diff --git a/old_src/physics/Shape.h b/deprecated/old_src/physics/Shape.h similarity index 100% rename from old_src/physics/Shape.h rename to deprecated/old_src/physics/Shape.h diff --git a/old_src/physics/shapes/Circle.h b/deprecated/old_src/physics/shapes/Circle.h similarity index 100% rename from old_src/physics/shapes/Circle.h rename to deprecated/old_src/physics/shapes/Circle.h diff --git a/old_src/physics/shapes/Rectangle.h b/deprecated/old_src/physics/shapes/Rectangle.h similarity index 100% rename from old_src/physics/shapes/Rectangle.h rename to deprecated/old_src/physics/shapes/Rectangle.h diff --git a/old_src/physics/shapes/Shape.h b/deprecated/old_src/physics/shapes/Shape.h similarity index 100% rename from old_src/physics/shapes/Shape.h rename to deprecated/old_src/physics/shapes/Shape.h diff --git a/old_src/renderer/Color.cpp b/deprecated/old_src/renderer/Color.cpp similarity index 100% rename from old_src/renderer/Color.cpp rename to deprecated/old_src/renderer/Color.cpp diff --git a/old_src/renderer/Color.h b/deprecated/old_src/renderer/Color.h similarity index 100% rename from old_src/renderer/Color.h rename to deprecated/old_src/renderer/Color.h diff --git a/old_src/renderer/Colors.h b/deprecated/old_src/renderer/Colors.h similarity index 100% rename from old_src/renderer/Colors.h rename to deprecated/old_src/renderer/Colors.h diff --git a/old_src/renderer/PixelFormat.cpp b/deprecated/old_src/renderer/PixelFormat.cpp similarity index 100% rename from old_src/renderer/PixelFormat.cpp rename to deprecated/old_src/renderer/PixelFormat.cpp diff --git a/old_src/renderer/PixelFormat.h b/deprecated/old_src/renderer/PixelFormat.h similarity index 100% rename from old_src/renderer/PixelFormat.h rename to deprecated/old_src/renderer/PixelFormat.h diff --git a/old_src/renderer/Renderer.cpp b/deprecated/old_src/renderer/Renderer.cpp similarity index 100% rename from old_src/renderer/Renderer.cpp rename to deprecated/old_src/renderer/Renderer.cpp diff --git a/old_src/renderer/Renderer.h b/deprecated/old_src/renderer/Renderer.h similarity index 100% rename from old_src/renderer/Renderer.h rename to deprecated/old_src/renderer/Renderer.h diff --git a/old_src/scene/TileMap.cpp b/deprecated/old_src/scene/TileMap.cpp similarity index 100% rename from old_src/scene/TileMap.cpp rename to deprecated/old_src/scene/TileMap.cpp diff --git a/old_src/scene/TileMap.h b/deprecated/old_src/scene/TileMap.h similarity index 100% rename from old_src/scene/TileMap.h rename to deprecated/old_src/scene/TileMap.h diff --git a/old_src/sound/Music.cpp b/deprecated/old_src/sound/Music.cpp similarity index 100% rename from old_src/sound/Music.cpp rename to deprecated/old_src/sound/Music.cpp diff --git a/old_src/sound/Music.h b/deprecated/old_src/sound/Music.h similarity index 100% rename from old_src/sound/Music.h rename to deprecated/old_src/sound/Music.h diff --git a/old_src/sound/Sound.cpp b/deprecated/old_src/sound/Sound.cpp similarity index 100% rename from old_src/sound/Sound.cpp rename to deprecated/old_src/sound/Sound.cpp diff --git a/old_src/sound/Sound.h b/deprecated/old_src/sound/Sound.h similarity index 100% rename from old_src/sound/Sound.h rename to deprecated/old_src/sound/Sound.h diff --git a/old_src/text/Font.cpp b/deprecated/old_src/text/Font.cpp similarity index 100% rename from old_src/text/Font.cpp rename to deprecated/old_src/text/Font.cpp diff --git a/old_src/text/Font.h b/deprecated/old_src/text/Font.h similarity index 100% rename from old_src/text/Font.h rename to deprecated/old_src/text/Font.h diff --git a/old_src/text/FontRenderMode.h b/deprecated/old_src/text/FontRenderMode.h similarity index 100% rename from old_src/text/FontRenderMode.h rename to deprecated/old_src/text/FontRenderMode.h diff --git a/old_src/text/FontStyle.h b/deprecated/old_src/text/FontStyle.h similarity index 100% rename from old_src/text/FontStyle.h rename to deprecated/old_src/text/FontStyle.h diff --git a/old_src/text/Text.cpp b/deprecated/old_src/text/Text.cpp similarity index 100% rename from old_src/text/Text.cpp rename to deprecated/old_src/text/Text.cpp diff --git a/old_src/text/Text.h b/deprecated/old_src/text/Text.h similarity index 100% rename from old_src/text/Text.h rename to deprecated/old_src/text/Text.h diff --git a/old_src/texture/Flip.h b/deprecated/old_src/texture/Flip.h similarity index 100% rename from old_src/texture/Flip.h rename to deprecated/old_src/texture/Flip.h diff --git a/old_src/texture/Texture.cpp b/deprecated/old_src/texture/Texture.cpp similarity index 100% rename from old_src/texture/Texture.cpp rename to deprecated/old_src/texture/Texture.cpp diff --git a/old_src/texture/Texture.h b/deprecated/old_src/texture/Texture.h similarity index 100% rename from old_src/texture/Texture.h rename to deprecated/old_src/texture/Texture.h diff --git a/old_src/ui/Button.h b/deprecated/old_src/ui/Button.h similarity index 100% rename from old_src/ui/Button.h rename to deprecated/old_src/ui/Button.h diff --git a/old_src/ui/UI.h b/deprecated/old_src/ui/UI.h similarity index 100% rename from old_src/ui/UI.h rename to deprecated/old_src/ui/UI.h diff --git a/old_src/utils/Countdown.h b/deprecated/old_src/utils/Countdown.h similarity index 100% rename from old_src/utils/Countdown.h rename to deprecated/old_src/utils/Countdown.h diff --git a/old_src/utils/Defines.h b/deprecated/old_src/utils/Defines.h similarity index 100% rename from old_src/utils/Defines.h rename to deprecated/old_src/utils/Defines.h diff --git a/old_src/utils/Direction.h b/deprecated/old_src/utils/Direction.h similarity index 100% rename from old_src/utils/Direction.h rename to deprecated/old_src/utils/Direction.h diff --git a/old_src/utils/Timer.h b/deprecated/old_src/utils/Timer.h similarity index 100% rename from old_src/utils/Timer.h rename to deprecated/old_src/utils/Timer.h diff --git a/old_src/utils/TypeTraits.h b/deprecated/old_src/utils/TypeTraits.h similarity index 100% rename from old_src/utils/TypeTraits.h rename to deprecated/old_src/utils/TypeTraits.h diff --git a/old_src/window/Window.cpp b/deprecated/old_src/window/Window.cpp similarity index 100% rename from old_src/window/Window.cpp rename to deprecated/old_src/window/Window.cpp diff --git a/old_src/window/Window.h b/deprecated/old_src/window/Window.h similarity index 100% rename from old_src/window/Window.h rename to deprecated/old_src/window/Window.h diff --git a/temp_src/Library.cpp b/deprecated/temp_src/Library.cpp similarity index 100% rename from temp_src/Library.cpp rename to deprecated/temp_src/Library.cpp diff --git a/temp_src/animation/Alignment.h b/deprecated/temp_src/animation/Alignment.h similarity index 100% rename from temp_src/animation/Alignment.h rename to deprecated/temp_src/animation/Alignment.h diff --git a/temp_src/animation/Animation.h b/deprecated/temp_src/animation/Animation.h similarity index 100% rename from temp_src/animation/Animation.h rename to deprecated/temp_src/animation/Animation.h diff --git a/temp_src/animation/Offset.h b/deprecated/temp_src/animation/Offset.h similarity index 100% rename from temp_src/animation/Offset.h rename to deprecated/temp_src/animation/Offset.h diff --git a/temp_src/animation/SpriteMap.cpp b/deprecated/temp_src/animation/SpriteMap.cpp similarity index 100% rename from temp_src/animation/SpriteMap.cpp rename to deprecated/temp_src/animation/SpriteMap.cpp diff --git a/temp_src/animation/SpriteMap.h b/deprecated/temp_src/animation/SpriteMap.h similarity index 100% rename from temp_src/animation/SpriteMap.h rename to deprecated/temp_src/animation/SpriteMap.h diff --git a/temp_src/core/ECS.h b/deprecated/temp_src/core/ECS.h similarity index 100% rename from temp_src/core/ECS.h rename to deprecated/temp_src/core/ECS.h diff --git a/temp_src/core/Engine.cpp b/deprecated/temp_src/core/Engine.cpp similarity index 100% rename from temp_src/core/Engine.cpp rename to deprecated/temp_src/core/Engine.cpp diff --git a/temp_src/core/Engine.h b/deprecated/temp_src/core/Engine.h similarity index 100% rename from temp_src/core/Engine.h rename to deprecated/temp_src/core/Engine.h diff --git a/temp_src/core/Window.cpp b/deprecated/temp_src/core/Window.cpp similarity index 100% rename from temp_src/core/Window.cpp rename to deprecated/temp_src/core/Window.cpp diff --git a/temp_src/core/Window.h b/deprecated/temp_src/core/Window.h similarity index 100% rename from temp_src/core/Window.h rename to deprecated/temp_src/core/Window.h diff --git a/temp_src/event/EventHandler.cpp b/deprecated/temp_src/event/EventHandler.cpp similarity index 100% rename from temp_src/event/EventHandler.cpp rename to deprecated/temp_src/event/EventHandler.cpp diff --git a/temp_src/event/EventHandler.h b/deprecated/temp_src/event/EventHandler.h similarity index 100% rename from temp_src/event/EventHandler.h rename to deprecated/temp_src/event/EventHandler.h diff --git a/temp_src/event/Input.cpp b/deprecated/temp_src/event/Input.cpp similarity index 100% rename from temp_src/event/Input.cpp rename to deprecated/temp_src/event/Input.cpp diff --git a/temp_src/event/Input.h b/deprecated/temp_src/event/Input.h similarity index 100% rename from temp_src/event/Input.h rename to deprecated/temp_src/event/Input.h diff --git a/temp_src/event/InputHandler.cpp b/deprecated/temp_src/event/InputHandler.cpp similarity index 100% rename from temp_src/event/InputHandler.cpp rename to deprecated/temp_src/event/InputHandler.cpp diff --git a/temp_src/event/InputHandler.h b/deprecated/temp_src/event/InputHandler.h similarity index 100% rename from temp_src/event/InputHandler.h rename to deprecated/temp_src/event/InputHandler.h diff --git a/temp_src/event/Inputs.h b/deprecated/temp_src/event/Inputs.h similarity index 100% rename from temp_src/event/Inputs.h rename to deprecated/temp_src/event/Inputs.h diff --git a/temp_src/event/Observer.h b/deprecated/temp_src/event/Observer.h similarity index 100% rename from temp_src/event/Observer.h rename to deprecated/temp_src/event/Observer.h diff --git a/temp_src/managers/FontManager.h b/deprecated/temp_src/managers/FontManager.h similarity index 100% rename from temp_src/managers/FontManager.h rename to deprecated/temp_src/managers/FontManager.h diff --git a/temp_src/managers/ResourceManager.h b/deprecated/temp_src/managers/ResourceManager.h similarity index 100% rename from temp_src/managers/ResourceManager.h rename to deprecated/temp_src/managers/ResourceManager.h diff --git a/temp_src/managers/SDLManager.cpp b/deprecated/temp_src/managers/SDLManager.cpp similarity index 100% rename from temp_src/managers/SDLManager.cpp rename to deprecated/temp_src/managers/SDLManager.cpp diff --git a/temp_src/managers/SDLManager.h b/deprecated/temp_src/managers/SDLManager.h similarity index 100% rename from temp_src/managers/SDLManager.h rename to deprecated/temp_src/managers/SDLManager.h diff --git a/temp_src/managers/SoundManager.cpp b/deprecated/temp_src/managers/SoundManager.cpp similarity index 100% rename from temp_src/managers/SoundManager.cpp rename to deprecated/temp_src/managers/SoundManager.cpp diff --git a/temp_src/managers/SoundManager.h b/deprecated/temp_src/managers/SoundManager.h similarity index 100% rename from temp_src/managers/SoundManager.h rename to deprecated/temp_src/managers/SoundManager.h diff --git a/temp_src/managers/TextManager.h b/deprecated/temp_src/managers/TextManager.h similarity index 100% rename from temp_src/managers/TextManager.h rename to deprecated/temp_src/managers/TextManager.h diff --git a/temp_src/managers/TextureManager.h b/deprecated/temp_src/managers/TextureManager.h similarity index 100% rename from temp_src/managers/TextureManager.h rename to deprecated/temp_src/managers/TextureManager.h diff --git a/temp_src/math/Hash.h b/deprecated/temp_src/math/Hash.h similarity index 100% rename from temp_src/math/Hash.h rename to deprecated/temp_src/math/Hash.h diff --git a/temp_src/math/Math.h b/deprecated/temp_src/math/Math.h similarity index 100% rename from temp_src/math/Math.h rename to deprecated/temp_src/math/Math.h diff --git a/temp_src/math/Noise.h b/deprecated/temp_src/math/Noise.h similarity index 100% rename from temp_src/math/Noise.h rename to deprecated/temp_src/math/Noise.h diff --git a/temp_src/math/RNG.h b/deprecated/temp_src/math/RNG.h similarity index 100% rename from temp_src/math/RNG.h rename to deprecated/temp_src/math/RNG.h diff --git a/temp_src/math/Vector2.h b/deprecated/temp_src/math/Vector2.h similarity index 100% rename from temp_src/math/Vector2.h rename to deprecated/temp_src/math/Vector2.h diff --git a/temp_src/particle/Particle.h b/deprecated/temp_src/particle/Particle.h similarity index 100% rename from temp_src/particle/Particle.h rename to deprecated/temp_src/particle/Particle.h diff --git a/temp_src/particle/ParticleManager.h b/deprecated/temp_src/particle/ParticleManager.h similarity index 100% rename from temp_src/particle/ParticleManager.h rename to deprecated/temp_src/particle/ParticleManager.h diff --git a/temp_src/physics/Collider.h b/deprecated/temp_src/physics/Collider.h similarity index 100% rename from temp_src/physics/Collider.h rename to deprecated/temp_src/physics/Collider.h diff --git a/temp_src/physics/Manifold.h b/deprecated/temp_src/physics/Manifold.h similarity index 100% rename from temp_src/physics/Manifold.h rename to deprecated/temp_src/physics/Manifold.h diff --git a/temp_src/physics/RigidBody.h b/deprecated/temp_src/physics/RigidBody.h similarity index 100% rename from temp_src/physics/RigidBody.h rename to deprecated/temp_src/physics/RigidBody.h diff --git a/temp_src/physics/Shape.h b/deprecated/temp_src/physics/Shape.h similarity index 100% rename from temp_src/physics/Shape.h rename to deprecated/temp_src/physics/Shape.h diff --git a/temp_src/physics/collision/Collision.cpp b/deprecated/temp_src/physics/collision/Collision.cpp similarity index 100% rename from temp_src/physics/collision/Collision.cpp rename to deprecated/temp_src/physics/collision/Collision.cpp diff --git a/temp_src/physics/collision/Collision.h b/deprecated/temp_src/physics/collision/Collision.h similarity index 100% rename from temp_src/physics/collision/Collision.h rename to deprecated/temp_src/physics/collision/Collision.h diff --git a/temp_src/physics/shapes/Circle.h b/deprecated/temp_src/physics/shapes/Circle.h similarity index 100% rename from temp_src/physics/shapes/Circle.h rename to deprecated/temp_src/physics/shapes/Circle.h diff --git a/temp_src/physics/shapes/Rectangle.h b/deprecated/temp_src/physics/shapes/Rectangle.h similarity index 100% rename from temp_src/physics/shapes/Rectangle.h rename to deprecated/temp_src/physics/shapes/Rectangle.h diff --git a/temp_src/physics/shapes/Shape.h b/deprecated/temp_src/physics/shapes/Shape.h similarity index 100% rename from temp_src/physics/shapes/Shape.h rename to deprecated/temp_src/physics/shapes/Shape.h diff --git a/temp_src/renderer/Color.cpp b/deprecated/temp_src/renderer/Color.cpp similarity index 100% rename from temp_src/renderer/Color.cpp rename to deprecated/temp_src/renderer/Color.cpp diff --git a/temp_src/renderer/Color.h b/deprecated/temp_src/renderer/Color.h similarity index 100% rename from temp_src/renderer/Color.h rename to deprecated/temp_src/renderer/Color.h diff --git a/temp_src/renderer/Colors.h b/deprecated/temp_src/renderer/Colors.h similarity index 100% rename from temp_src/renderer/Colors.h rename to deprecated/temp_src/renderer/Colors.h diff --git a/temp_src/renderer/Flip.h b/deprecated/temp_src/renderer/Flip.h similarity index 100% rename from temp_src/renderer/Flip.h rename to deprecated/temp_src/renderer/Flip.h diff --git a/temp_src/renderer/PixelFormat.cpp b/deprecated/temp_src/renderer/PixelFormat.cpp similarity index 100% rename from temp_src/renderer/PixelFormat.cpp rename to deprecated/temp_src/renderer/PixelFormat.cpp diff --git a/temp_src/renderer/PixelFormat.h b/deprecated/temp_src/renderer/PixelFormat.h similarity index 100% rename from temp_src/renderer/PixelFormat.h rename to deprecated/temp_src/renderer/PixelFormat.h diff --git a/temp_src/renderer/Renderer.cpp b/deprecated/temp_src/renderer/Renderer.cpp similarity index 100% rename from temp_src/renderer/Renderer.cpp rename to deprecated/temp_src/renderer/Renderer.cpp diff --git a/temp_src/renderer/Renderer.h b/deprecated/temp_src/renderer/Renderer.h similarity index 100% rename from temp_src/renderer/Renderer.h rename to deprecated/temp_src/renderer/Renderer.h diff --git a/temp_src/renderer/Surface.cpp b/deprecated/temp_src/renderer/Surface.cpp similarity index 100% rename from temp_src/renderer/Surface.cpp rename to deprecated/temp_src/renderer/Surface.cpp diff --git a/temp_src/renderer/Surface.h b/deprecated/temp_src/renderer/Surface.h similarity index 100% rename from temp_src/renderer/Surface.h rename to deprecated/temp_src/renderer/Surface.h diff --git a/temp_src/renderer/Texture.cpp b/deprecated/temp_src/renderer/Texture.cpp similarity index 100% rename from temp_src/renderer/Texture.cpp rename to deprecated/temp_src/renderer/Texture.cpp diff --git a/temp_src/renderer/Texture.h b/deprecated/temp_src/renderer/Texture.h similarity index 100% rename from temp_src/renderer/Texture.h rename to deprecated/temp_src/renderer/Texture.h diff --git a/temp_src/sound/Music.cpp b/deprecated/temp_src/sound/Music.cpp similarity index 100% rename from temp_src/sound/Music.cpp rename to deprecated/temp_src/sound/Music.cpp diff --git a/temp_src/sound/Music.h b/deprecated/temp_src/sound/Music.h similarity index 100% rename from temp_src/sound/Music.h rename to deprecated/temp_src/sound/Music.h diff --git a/temp_src/sound/Sound.cpp b/deprecated/temp_src/sound/Sound.cpp similarity index 100% rename from temp_src/sound/Sound.cpp rename to deprecated/temp_src/sound/Sound.cpp diff --git a/temp_src/sound/Sound.h b/deprecated/temp_src/sound/Sound.h similarity index 100% rename from temp_src/sound/Sound.h rename to deprecated/temp_src/sound/Sound.h diff --git a/temp_src/systems/AnimationSystem.h b/deprecated/temp_src/systems/AnimationSystem.h similarity index 100% rename from temp_src/systems/AnimationSystem.h rename to deprecated/temp_src/systems/AnimationSystem.h diff --git a/temp_src/systems/CameraSystem.h b/deprecated/temp_src/systems/CameraSystem.h similarity index 100% rename from temp_src/systems/CameraSystem.h rename to deprecated/temp_src/systems/CameraSystem.h diff --git a/temp_src/systems/CollisionSystem.h b/deprecated/temp_src/systems/CollisionSystem.h similarity index 100% rename from temp_src/systems/CollisionSystem.h rename to deprecated/temp_src/systems/CollisionSystem.h diff --git a/temp_src/systems/DirectionSystem.h b/deprecated/temp_src/systems/DirectionSystem.h similarity index 100% rename from temp_src/systems/DirectionSystem.h rename to deprecated/temp_src/systems/DirectionSystem.h diff --git a/temp_src/systems/DrawShapeSystem.h b/deprecated/temp_src/systems/DrawShapeSystem.h similarity index 100% rename from temp_src/systems/DrawShapeSystem.h rename to deprecated/temp_src/systems/DrawShapeSystem.h diff --git a/temp_src/systems/HitboxRenderSystem.h b/deprecated/temp_src/systems/HitboxRenderSystem.h similarity index 100% rename from temp_src/systems/HitboxRenderSystem.h rename to deprecated/temp_src/systems/HitboxRenderSystem.h diff --git a/temp_src/systems/InputSystem.h b/deprecated/temp_src/systems/InputSystem.h similarity index 100% rename from temp_src/systems/InputSystem.h rename to deprecated/temp_src/systems/InputSystem.h diff --git a/temp_src/systems/LifetimeSystem.h b/deprecated/temp_src/systems/LifetimeSystem.h similarity index 100% rename from temp_src/systems/LifetimeSystem.h rename to deprecated/temp_src/systems/LifetimeSystem.h diff --git a/temp_src/systems/MovementSystem.h b/deprecated/temp_src/systems/MovementSystem.h similarity index 100% rename from temp_src/systems/MovementSystem.h rename to deprecated/temp_src/systems/MovementSystem.h diff --git a/temp_src/systems/PhysicsSystem.h b/deprecated/temp_src/systems/PhysicsSystem.h similarity index 100% rename from temp_src/systems/PhysicsSystem.h rename to deprecated/temp_src/systems/PhysicsSystem.h diff --git a/temp_src/systems/RenderSystem.h b/deprecated/temp_src/systems/RenderSystem.h similarity index 100% rename from temp_src/systems/RenderSystem.h rename to deprecated/temp_src/systems/RenderSystem.h diff --git a/temp_src/systems/StaticCollisionSystem.h b/deprecated/temp_src/systems/StaticCollisionSystem.h similarity index 100% rename from temp_src/systems/StaticCollisionSystem.h rename to deprecated/temp_src/systems/StaticCollisionSystem.h diff --git a/temp_src/systems/Systems.h b/deprecated/temp_src/systems/Systems.h similarity index 100% rename from temp_src/systems/Systems.h rename to deprecated/temp_src/systems/Systems.h diff --git a/temp_src/text/Font.cpp b/deprecated/temp_src/text/Font.cpp similarity index 100% rename from temp_src/text/Font.cpp rename to deprecated/temp_src/text/Font.cpp diff --git a/temp_src/text/Font.h b/deprecated/temp_src/text/Font.h similarity index 100% rename from temp_src/text/Font.h rename to deprecated/temp_src/text/Font.h diff --git a/temp_src/text/FontRenderMode.h b/deprecated/temp_src/text/FontRenderMode.h similarity index 100% rename from temp_src/text/FontRenderMode.h rename to deprecated/temp_src/text/FontRenderMode.h diff --git a/temp_src/text/FontStyle.h b/deprecated/temp_src/text/FontStyle.h similarity index 100% rename from temp_src/text/FontStyle.h rename to deprecated/temp_src/text/FontStyle.h diff --git a/temp_src/text/Text.cpp b/deprecated/temp_src/text/Text.cpp similarity index 100% rename from temp_src/text/Text.cpp rename to deprecated/temp_src/text/Text.cpp diff --git a/temp_src/text/Text.h b/deprecated/temp_src/text/Text.h similarity index 100% rename from temp_src/text/Text.h rename to deprecated/temp_src/text/Text.h diff --git a/temp_src/ui/Button.h b/deprecated/temp_src/ui/Button.h similarity index 100% rename from temp_src/ui/Button.h rename to deprecated/temp_src/ui/Button.h diff --git a/temp_src/ui/UI.h b/deprecated/temp_src/ui/UI.h similarity index 100% rename from temp_src/ui/UI.h rename to deprecated/temp_src/ui/UI.h diff --git a/temp_src/utility/AllocationMetrics.cpp b/deprecated/temp_src/utility/AllocationMetrics.cpp similarity index 100% rename from temp_src/utility/AllocationMetrics.cpp rename to deprecated/temp_src/utility/AllocationMetrics.cpp diff --git a/temp_src/utility/AllocationMetrics.h b/deprecated/temp_src/utility/AllocationMetrics.h similarity index 100% rename from temp_src/utility/AllocationMetrics.h rename to deprecated/temp_src/utility/AllocationMetrics.h diff --git a/temp_src/utility/Countdown.h b/deprecated/temp_src/utility/Countdown.h similarity index 100% rename from temp_src/utility/Countdown.h rename to deprecated/temp_src/utility/Countdown.h diff --git a/temp_src/utility/File.h b/deprecated/temp_src/utility/File.h similarity index 100% rename from temp_src/utility/File.h rename to deprecated/temp_src/utility/File.h diff --git a/temp_src/utility/Log.h b/deprecated/temp_src/utility/Log.h similarity index 100% rename from temp_src/utility/Log.h rename to deprecated/temp_src/utility/Log.h diff --git a/temp_src/utility/Time.h b/deprecated/temp_src/utility/Time.h similarity index 100% rename from temp_src/utility/Time.h rename to deprecated/temp_src/utility/Time.h diff --git a/temp_src/utility/Timer.h b/deprecated/temp_src/utility/Timer.h similarity index 100% rename from temp_src/utility/Timer.h rename to deprecated/temp_src/utility/Timer.h diff --git a/temp_src/utility/TypeTraits.h b/deprecated/temp_src/utility/TypeTraits.h similarity index 100% rename from temp_src/utility/TypeTraits.h rename to deprecated/temp_src/utility/TypeTraits.h diff --git a/temp_src/world/Chunk.h b/deprecated/temp_src/world/Chunk.h similarity index 100% rename from temp_src/world/Chunk.h rename to deprecated/temp_src/world/Chunk.h diff --git a/temp_src/world/ChunkManager.cpp b/deprecated/temp_src/world/ChunkManager.cpp similarity index 100% rename from temp_src/world/ChunkManager.cpp rename to deprecated/temp_src/world/ChunkManager.cpp diff --git a/temp_src/world/ChunkManager.h b/deprecated/temp_src/world/ChunkManager.h similarity index 100% rename from temp_src/world/ChunkManager.h rename to deprecated/temp_src/world/ChunkManager.h diff --git a/temp_src/world/Level.cpp b/deprecated/temp_src/world/Level.cpp similarity index 100% rename from temp_src/world/Level.cpp rename to deprecated/temp_src/world/Level.cpp diff --git a/temp_src/world/Level.h b/deprecated/temp_src/world/Level.h similarity index 100% rename from temp_src/world/Level.h rename to deprecated/temp_src/world/Level.h diff --git a/temp_src/world/LevelManager.cpp b/deprecated/temp_src/world/LevelManager.cpp similarity index 100% rename from temp_src/world/LevelManager.cpp rename to deprecated/temp_src/world/LevelManager.cpp diff --git a/temp_src/world/LevelManager.h b/deprecated/temp_src/world/LevelManager.h similarity index 100% rename from temp_src/world/LevelManager.h rename to deprecated/temp_src/world/LevelManager.h diff --git a/temp_src/world/TileMap.cpp b/deprecated/temp_src/world/TileMap.cpp similarity index 100% rename from temp_src/world/TileMap.cpp rename to deprecated/temp_src/world/TileMap.cpp diff --git a/temp_src/world/TileMap.h b/deprecated/temp_src/world/TileMap.h similarity index 100% rename from temp_src/world/TileMap.h rename to deprecated/temp_src/world/TileMap.h diff --git a/temp_src/world/World.cpp b/deprecated/temp_src/world/World.cpp similarity index 100% rename from temp_src/world/World.cpp rename to deprecated/temp_src/world/World.cpp diff --git a/temp_src/world/World.h b/deprecated/temp_src/world/World.h similarity index 100% rename from temp_src/world/World.h rename to deprecated/temp_src/world/World.h