aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-03 23:30:01 -0700
committerrtk0c <[email protected]>2022-06-03 23:30:01 -0700
commit791b3f354b378769bffe623b05f1305c91b77101 (patch)
tree5409b311e6232eb4a6d3f8259b780d76b8ee1c59
parent60ccc62f4934e44ad5b905fdbcf458302b8d8a09 (diff)
Changeset: 64 [WIP] Rename directoriesmaster-switch-to-build2
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenConfig.hpp (renamed from source/CodegenCompiler/CodegenConfig.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenDecl.cpp (renamed from source/CodegenCompiler/CodegenDecl.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenDecl.hpp (renamed from source/CodegenCompiler/CodegenDecl.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenInput.cpp (renamed from source/CodegenCompiler/CodegenInput.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenInput.hpp (renamed from source/CodegenCompiler/CodegenInput.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenLexer.cpp (renamed from source/CodegenCompiler/CodegenLexer.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenLexer.hpp (renamed from source/CodegenCompiler/CodegenLexer.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenOutput.cpp (renamed from source/CodegenCompiler/CodegenOutput.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenOutput.hpp (renamed from source/CodegenCompiler/CodegenOutput.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenUtils.cpp (renamed from source/CodegenCompiler/CodegenUtils.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/CodegenUtils.hpp (renamed from source/CodegenCompiler/CodegenUtils.hpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/buildfile (renamed from source/CodegenCompiler/buildfile)0
-rw-r--r--ProjectBrussel/CodegenCompiler/main.cpp (renamed from source/CodegenCompiler/main.cpp)0
-rw-r--r--ProjectBrussel/CodegenCompiler/test/examples/TestClass.hpp.txt (renamed from source/CodegenCompiler/test/examples/TestClass.hpp.txt)0
-rw-r--r--ProjectBrussel/CodegenCompiler/test/examples/TestEnum.hpp.txt (renamed from source/CodegenCompiler/test/examples/TestEnum.hpp.txt)0
-rw-r--r--ProjectBrussel/CodegenRuntime/MacrosCodegen.hpp (renamed from source/CodegenRuntime/MacrosCodegen.hpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/Metadata.cpp (renamed from source/CodegenRuntime/Metadata.cpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/Metadata.hpp (renamed from source/CodegenRuntime/Metadata.hpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/MetadataBase.cpp (renamed from source/CodegenRuntime/MetadataBase.cpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/MetadataBase.hpp (renamed from source/CodegenRuntime/MetadataBase.hpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/MetadataDetails.hpp (renamed from source/CodegenRuntime/MetadataDetails.hpp)0
-rw-r--r--ProjectBrussel/CodegenRuntime/buildfile (renamed from source/CodegenRuntime/buildfile)0
-rw-r--r--ProjectBrussel/Common/Color.hpp (renamed from source/Common/Color.hpp)0
-rw-r--r--ProjectBrussel/Common/Enum.hpp (renamed from source/Common/Enum.hpp)0
-rw-r--r--ProjectBrussel/Common/LookupTable.hpp (renamed from source/Common/LookupTable.hpp)0
-rw-r--r--ProjectBrussel/Common/Macros.hpp (renamed from source/Common/Macros.hpp)0
-rw-r--r--ProjectBrussel/Common/PodVector.hpp (renamed from source/Common/PodVector.hpp)0
-rw-r--r--ProjectBrussel/Common/RTTI.hpp (renamed from source/Common/RTTI.hpp)0
-rw-r--r--ProjectBrussel/Common/RapidJsonHelper.hpp (renamed from source/Common/RapidJsonHelper.hpp)0
-rw-r--r--ProjectBrussel/Common/RcPtr.hpp (renamed from source/Common/RcPtr.hpp)0
-rw-r--r--ProjectBrussel/Common/Rect.hpp (renamed from source/Common/Rect.hpp)0
-rw-r--r--ProjectBrussel/Common/ScopeGuard.hpp (renamed from source/Common/ScopeGuard.hpp)0
-rw-r--r--ProjectBrussel/Common/SmallVector.cpp (renamed from source/Common/SmallVector.cpp)0
-rw-r--r--ProjectBrussel/Common/SmallVector.hpp (renamed from source/Common/SmallVector.hpp)0
-rw-r--r--ProjectBrussel/Common/StbImplementations.c (renamed from source/Common/StbImplementations.c)0
-rw-r--r--ProjectBrussel/Common/Type2ObjectMap.hpp (renamed from source/Common/Type2ObjectMap.hpp)0
-rw-r--r--ProjectBrussel/Common/TypeTraits.hpp (renamed from source/Common/TypeTraits.hpp)0
-rw-r--r--ProjectBrussel/Common/Uid.cpp (renamed from source/Common/Uid.cpp)0
-rw-r--r--ProjectBrussel/Common/Uid.hpp (renamed from source/Common/Uid.hpp)0
-rw-r--r--ProjectBrussel/Common/Utils.cpp (renamed from source/Common/Utils.cpp)0
-rw-r--r--ProjectBrussel/Common/Utils.hpp (renamed from source/Common/Utils.hpp)0
-rw-r--r--ProjectBrussel/Common/YCombinator.hpp (renamed from source/Common/YCombinator.hpp)0
-rw-r--r--ProjectBrussel/Common/buildfile (renamed from source/Common/buildfile)0
-rw-r--r--ProjectBrussel/Game/App.cpp (renamed from source/Game/App.cpp)0
-rw-r--r--ProjectBrussel/Game/App.hpp (renamed from source/Game/App.hpp)0
-rw-r--r--ProjectBrussel/Game/AppConfig.hpp (renamed from source/Game/AppConfig.hpp)0
-rw-r--r--ProjectBrussel/Game/Camera.cpp (renamed from source/Game/Camera.cpp)0
-rw-r--r--ProjectBrussel/Game/Camera.hpp (renamed from source/Game/Camera.hpp)0
-rw-r--r--ProjectBrussel/Game/CommonVertexIndex.cpp (renamed from source/Game/CommonVertexIndex.cpp)0
-rw-r--r--ProjectBrussel/Game/CommonVertexIndex.hpp (renamed from source/Game/CommonVertexIndex.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorAccessories.cpp (renamed from source/Game/EditorAccessories.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorAccessories.hpp (renamed from source/Game/EditorAccessories.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorAttachment.hpp (renamed from source/Game/EditorAttachment.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorAttachmentImpl.cpp (renamed from source/Game/EditorAttachmentImpl.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorAttachmentImpl.hpp (renamed from source/Game/EditorAttachmentImpl.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorCommandPalette.cpp (renamed from source/Game/EditorCommandPalette.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorCommandPalette.hpp (renamed from source/Game/EditorCommandPalette.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorCore.hpp (renamed from source/Game/EditorCore.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorCorePrivate.cpp (renamed from source/Game/EditorCorePrivate.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorCorePrivate.hpp (renamed from source/Game/EditorCorePrivate.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorGuizmo.cpp (renamed from source/Game/EditorGuizmo.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorGuizmo.hpp (renamed from source/Game/EditorGuizmo.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorNotification.cpp (renamed from source/Game/EditorNotification.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorNotification.hpp (renamed from source/Game/EditorNotification.hpp)0
-rw-r--r--ProjectBrussel/Game/EditorUtils.cpp (renamed from source/Game/EditorUtils.cpp)0
-rw-r--r--ProjectBrussel/Game/EditorUtils.hpp (renamed from source/Game/EditorUtils.hpp)0
-rw-r--r--ProjectBrussel/Game/FuzzyMatch.cpp (renamed from source/Game/FuzzyMatch.cpp)0
-rw-r--r--ProjectBrussel/Game/FuzzyMatch.hpp (renamed from source/Game/FuzzyMatch.hpp)0
-rw-r--r--ProjectBrussel/Game/GameObject.cpp (renamed from source/Game/GameObject.cpp)0
-rw-r--r--ProjectBrussel/Game/GameObject.hpp (renamed from source/Game/GameObject.hpp)0
-rw-r--r--ProjectBrussel/Game/GraphicsTags.cpp (renamed from source/Game/GraphicsTags.cpp)0
-rw-r--r--ProjectBrussel/Game/GraphicsTags.hpp (renamed from source/Game/GraphicsTags.hpp)0
-rw-r--r--ProjectBrussel/Game/Image.cpp (renamed from source/Game/Image.cpp)0
-rw-r--r--ProjectBrussel/Game/Image.hpp (renamed from source/Game/Image.hpp)0
-rw-r--r--ProjectBrussel/Game/Ires.cpp (renamed from source/Game/Ires.cpp)0
-rw-r--r--ProjectBrussel/Game/Ires.hpp (renamed from source/Game/Ires.hpp)0
-rw-r--r--ProjectBrussel/Game/Level.cpp (renamed from source/Game/Level.cpp)0
-rw-r--r--ProjectBrussel/Game/Level.hpp (renamed from source/Game/Level.hpp)0
-rw-r--r--ProjectBrussel/Game/Material.cpp (renamed from source/Game/Material.cpp)0
-rw-r--r--ProjectBrussel/Game/Material.hpp (renamed from source/Game/Material.hpp)0
-rw-r--r--ProjectBrussel/Game/Mesh.cpp (renamed from source/Game/Mesh.cpp)0
-rw-r--r--ProjectBrussel/Game/Mesh.hpp (renamed from source/Game/Mesh.hpp)0
-rw-r--r--ProjectBrussel/Game/Player.cpp (renamed from source/Game/Player.cpp)0
-rw-r--r--ProjectBrussel/Game/Player.hpp (renamed from source/Game/Player.hpp)0
-rw-r--r--ProjectBrussel/Game/Renderer.cpp (renamed from source/Game/Renderer.cpp)0
-rw-r--r--ProjectBrussel/Game/Renderer.hpp (renamed from source/Game/Renderer.hpp)0
-rw-r--r--ProjectBrussel/Game/SceneThings.cpp (renamed from source/Game/SceneThings.cpp)0
-rw-r--r--ProjectBrussel/Game/SceneThings.hpp (renamed from source/Game/SceneThings.hpp)0
-rw-r--r--ProjectBrussel/Game/Shader.cpp (renamed from source/Game/Shader.cpp)0
-rw-r--r--ProjectBrussel/Game/Shader.hpp (renamed from source/Game/Shader.hpp)0
-rw-r--r--ProjectBrussel/Game/Sprite.cpp (renamed from source/Game/Sprite.cpp)0
-rw-r--r--ProjectBrussel/Game/Sprite.hpp (renamed from source/Game/Sprite.hpp)0
-rw-r--r--ProjectBrussel/Game/Texture.cpp (renamed from source/Game/Texture.cpp)0
-rw-r--r--ProjectBrussel/Game/Texture.hpp (renamed from source/Game/Texture.hpp)0
-rw-r--r--ProjectBrussel/Game/VertexIndex.cpp (renamed from source/Game/VertexIndex.cpp)0
-rw-r--r--ProjectBrussel/Game/VertexIndex.hpp (renamed from source/Game/VertexIndex.hpp)0
-rw-r--r--ProjectBrussel/Game/World.cpp (renamed from source/Game/World.cpp)0
-rw-r--r--ProjectBrussel/Game/World.hpp (renamed from source/Game/World.hpp)0
-rw-r--r--ProjectBrussel/Game/buildfile (renamed from source/Game/buildfile)0
-rw-r--r--ProjectBrussel/Game/main.cpp (renamed from source/Game/main.cpp)0
-rw-r--r--ProjectBrussel/buildfile (renamed from source/buildfile)0
-rw-r--r--ProjectBrusselAssets/.stationary/Shaders/Default.glsl (renamed from assets/.stationary/Shaders/Default.glsl)0
-rw-r--r--ProjectBrusselAssets/Ires/M_BasicWall.json (renamed from assets/Ires/M_BasicWall.json)0
-rw-r--r--ProjectBrusselAssets/Ires/M_Default.json (renamed from assets/Ires/M_Default.json)0
-rw-r--r--ProjectBrusselAssets/Ires/M_Player.json (renamed from assets/Ires/M_Player.json)0
-rw-r--r--ProjectBrusselAssets/Ires/SS_Player.json (renamed from assets/Ires/SS_Player.json)0
-rw-r--r--ProjectBrusselAssets/Ires/S_Default.json (renamed from assets/Ires/S_Default.json)0
107 files changed, 0 insertions, 0 deletions
diff --git a/source/CodegenCompiler/CodegenConfig.hpp b/ProjectBrussel/CodegenCompiler/CodegenConfig.hpp
index b9dc56c..b9dc56c 100644
--- a/source/CodegenCompiler/CodegenConfig.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenConfig.hpp
diff --git a/source/CodegenCompiler/CodegenDecl.cpp b/ProjectBrussel/CodegenCompiler/CodegenDecl.cpp
index 7cf21ce..7cf21ce 100644
--- a/source/CodegenCompiler/CodegenDecl.cpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenDecl.cpp
diff --git a/source/CodegenCompiler/CodegenDecl.hpp b/ProjectBrussel/CodegenCompiler/CodegenDecl.hpp
index 0728c08..0728c08 100644
--- a/source/CodegenCompiler/CodegenDecl.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenDecl.hpp
diff --git a/source/CodegenCompiler/CodegenInput.cpp b/ProjectBrussel/CodegenCompiler/CodegenInput.cpp
index 0dced0e..0dced0e 100644
--- a/source/CodegenCompiler/CodegenInput.cpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenInput.cpp
diff --git a/source/CodegenCompiler/CodegenInput.hpp b/ProjectBrussel/CodegenCompiler/CodegenInput.hpp
index 63c2673..63c2673 100644
--- a/source/CodegenCompiler/CodegenInput.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenInput.hpp
diff --git a/source/CodegenCompiler/CodegenLexer.cpp b/ProjectBrussel/CodegenCompiler/CodegenLexer.cpp
index dab6aea..dab6aea 100644
--- a/source/CodegenCompiler/CodegenLexer.cpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenLexer.cpp
diff --git a/source/CodegenCompiler/CodegenLexer.hpp b/ProjectBrussel/CodegenCompiler/CodegenLexer.hpp
index 76adce6..76adce6 100644
--- a/source/CodegenCompiler/CodegenLexer.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenLexer.hpp
diff --git a/source/CodegenCompiler/CodegenOutput.cpp b/ProjectBrussel/CodegenCompiler/CodegenOutput.cpp
index ccd163c..ccd163c 100644
--- a/source/CodegenCompiler/CodegenOutput.cpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenOutput.cpp
diff --git a/source/CodegenCompiler/CodegenOutput.hpp b/ProjectBrussel/CodegenCompiler/CodegenOutput.hpp
index aa28715..aa28715 100644
--- a/source/CodegenCompiler/CodegenOutput.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenOutput.hpp
diff --git a/source/CodegenCompiler/CodegenUtils.cpp b/ProjectBrussel/CodegenCompiler/CodegenUtils.cpp
index 0c70cb6..0c70cb6 100644
--- a/source/CodegenCompiler/CodegenUtils.cpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenUtils.cpp
diff --git a/source/CodegenCompiler/CodegenUtils.hpp b/ProjectBrussel/CodegenCompiler/CodegenUtils.hpp
index 62d5400..62d5400 100644
--- a/source/CodegenCompiler/CodegenUtils.hpp
+++ b/ProjectBrussel/CodegenCompiler/CodegenUtils.hpp
diff --git a/source/CodegenCompiler/buildfile b/ProjectBrussel/CodegenCompiler/buildfile
index 8d1c8b6..8d1c8b6 100644
--- a/source/CodegenCompiler/buildfile
+++ b/ProjectBrussel/CodegenCompiler/buildfile
diff --git a/source/CodegenCompiler/main.cpp b/ProjectBrussel/CodegenCompiler/main.cpp
index 5e052a3..5e052a3 100644
--- a/source/CodegenCompiler/main.cpp
+++ b/ProjectBrussel/CodegenCompiler/main.cpp
diff --git a/source/CodegenCompiler/test/examples/TestClass.hpp.txt b/ProjectBrussel/CodegenCompiler/test/examples/TestClass.hpp.txt
index 3eed8db..3eed8db 100644
--- a/source/CodegenCompiler/test/examples/TestClass.hpp.txt
+++ b/ProjectBrussel/CodegenCompiler/test/examples/TestClass.hpp.txt
diff --git a/source/CodegenCompiler/test/examples/TestEnum.hpp.txt b/ProjectBrussel/CodegenCompiler/test/examples/TestEnum.hpp.txt
index 30c36c0..30c36c0 100644
--- a/source/CodegenCompiler/test/examples/TestEnum.hpp.txt
+++ b/ProjectBrussel/CodegenCompiler/test/examples/TestEnum.hpp.txt
diff --git a/source/CodegenRuntime/MacrosCodegen.hpp b/ProjectBrussel/CodegenRuntime/MacrosCodegen.hpp
index 956123c..956123c 100644
--- a/source/CodegenRuntime/MacrosCodegen.hpp
+++ b/ProjectBrussel/CodegenRuntime/MacrosCodegen.hpp
diff --git a/source/CodegenRuntime/Metadata.cpp b/ProjectBrussel/CodegenRuntime/Metadata.cpp
index 0d640da..0d640da 100644
--- a/source/CodegenRuntime/Metadata.cpp
+++ b/ProjectBrussel/CodegenRuntime/Metadata.cpp
diff --git a/source/CodegenRuntime/Metadata.hpp b/ProjectBrussel/CodegenRuntime/Metadata.hpp
index e89fd8f..e89fd8f 100644
--- a/source/CodegenRuntime/Metadata.hpp
+++ b/ProjectBrussel/CodegenRuntime/Metadata.hpp
diff --git a/source/CodegenRuntime/MetadataBase.cpp b/ProjectBrussel/CodegenRuntime/MetadataBase.cpp
index 2f2ef94..2f2ef94 100644
--- a/source/CodegenRuntime/MetadataBase.cpp
+++ b/ProjectBrussel/CodegenRuntime/MetadataBase.cpp
diff --git a/source/CodegenRuntime/MetadataBase.hpp b/ProjectBrussel/CodegenRuntime/MetadataBase.hpp
index c1ad894..c1ad894 100644
--- a/source/CodegenRuntime/MetadataBase.hpp
+++ b/ProjectBrussel/CodegenRuntime/MetadataBase.hpp
diff --git a/source/CodegenRuntime/MetadataDetails.hpp b/ProjectBrussel/CodegenRuntime/MetadataDetails.hpp
index 09b71ff..09b71ff 100644
--- a/source/CodegenRuntime/MetadataDetails.hpp
+++ b/ProjectBrussel/CodegenRuntime/MetadataDetails.hpp
diff --git a/source/CodegenRuntime/buildfile b/ProjectBrussel/CodegenRuntime/buildfile
index 8d1c8b6..8d1c8b6 100644
--- a/source/CodegenRuntime/buildfile
+++ b/ProjectBrussel/CodegenRuntime/buildfile
diff --git a/source/Common/Color.hpp b/ProjectBrussel/Common/Color.hpp
index ef0c5a9..ef0c5a9 100644
--- a/source/Common/Color.hpp
+++ b/ProjectBrussel/Common/Color.hpp
diff --git a/source/Common/Enum.hpp b/ProjectBrussel/Common/Enum.hpp
index 8ad75ba..8ad75ba 100644
--- a/source/Common/Enum.hpp
+++ b/ProjectBrussel/Common/Enum.hpp
diff --git a/source/Common/LookupTable.hpp b/ProjectBrussel/Common/LookupTable.hpp
index 54548f2..54548f2 100644
--- a/source/Common/LookupTable.hpp
+++ b/ProjectBrussel/Common/LookupTable.hpp
diff --git a/source/Common/Macros.hpp b/ProjectBrussel/Common/Macros.hpp
index a255ada..a255ada 100644
--- a/source/Common/Macros.hpp
+++ b/ProjectBrussel/Common/Macros.hpp
diff --git a/source/Common/PodVector.hpp b/ProjectBrussel/Common/PodVector.hpp
index 74e99d6..74e99d6 100644
--- a/source/Common/PodVector.hpp
+++ b/ProjectBrussel/Common/PodVector.hpp
diff --git a/source/Common/RTTI.hpp b/ProjectBrussel/Common/RTTI.hpp
index bc0d289..bc0d289 100644
--- a/source/Common/RTTI.hpp
+++ b/ProjectBrussel/Common/RTTI.hpp
diff --git a/source/Common/RapidJsonHelper.hpp b/ProjectBrussel/Common/RapidJsonHelper.hpp
index 75cd93a..75cd93a 100644
--- a/source/Common/RapidJsonHelper.hpp
+++ b/ProjectBrussel/Common/RapidJsonHelper.hpp
diff --git a/source/Common/RcPtr.hpp b/ProjectBrussel/Common/RcPtr.hpp
index 130b2b2..130b2b2 100644
--- a/source/Common/RcPtr.hpp
+++ b/ProjectBrussel/Common/RcPtr.hpp
diff --git a/source/Common/Rect.hpp b/ProjectBrussel/Common/Rect.hpp
index 89d9b01..89d9b01 100644
--- a/source/Common/Rect.hpp
+++ b/ProjectBrussel/Common/Rect.hpp
diff --git a/source/Common/ScopeGuard.hpp b/ProjectBrussel/Common/ScopeGuard.hpp
index 28f3385..28f3385 100644
--- a/source/Common/ScopeGuard.hpp
+++ b/ProjectBrussel/Common/ScopeGuard.hpp
diff --git a/source/Common/SmallVector.cpp b/ProjectBrussel/Common/SmallVector.cpp
index c38e8a7..c38e8a7 100644
--- a/source/Common/SmallVector.cpp
+++ b/ProjectBrussel/Common/SmallVector.cpp
diff --git a/source/Common/SmallVector.hpp b/ProjectBrussel/Common/SmallVector.hpp
index e33a25d..e33a25d 100644
--- a/source/Common/SmallVector.hpp
+++ b/ProjectBrussel/Common/SmallVector.hpp
diff --git a/source/Common/StbImplementations.c b/ProjectBrussel/Common/StbImplementations.c
index 73bbc2a..73bbc2a 100644
--- a/source/Common/StbImplementations.c
+++ b/ProjectBrussel/Common/StbImplementations.c
diff --git a/source/Common/Type2ObjectMap.hpp b/ProjectBrussel/Common/Type2ObjectMap.hpp
index 24c45f3..24c45f3 100644
--- a/source/Common/Type2ObjectMap.hpp
+++ b/ProjectBrussel/Common/Type2ObjectMap.hpp
diff --git a/source/Common/TypeTraits.hpp b/ProjectBrussel/Common/TypeTraits.hpp
index 73a56f9..73a56f9 100644
--- a/source/Common/TypeTraits.hpp
+++ b/ProjectBrussel/Common/TypeTraits.hpp
diff --git a/source/Common/Uid.cpp b/ProjectBrussel/Common/Uid.cpp
index 1930cd8..1930cd8 100644
--- a/source/Common/Uid.cpp
+++ b/ProjectBrussel/Common/Uid.cpp
diff --git a/source/Common/Uid.hpp b/ProjectBrussel/Common/Uid.hpp
index f58129c..f58129c 100644
--- a/source/Common/Uid.hpp
+++ b/ProjectBrussel/Common/Uid.hpp
diff --git a/source/Common/Utils.cpp b/ProjectBrussel/Common/Utils.cpp
index dc76b0a..dc76b0a 100644
--- a/source/Common/Utils.cpp
+++ b/ProjectBrussel/Common/Utils.cpp
diff --git a/source/Common/Utils.hpp b/ProjectBrussel/Common/Utils.hpp
index 9560b57..9560b57 100644
--- a/source/Common/Utils.hpp
+++ b/ProjectBrussel/Common/Utils.hpp
diff --git a/source/Common/YCombinator.hpp b/ProjectBrussel/Common/YCombinator.hpp
index b1d2350..b1d2350 100644
--- a/source/Common/YCombinator.hpp
+++ b/ProjectBrussel/Common/YCombinator.hpp
diff --git a/source/Common/buildfile b/ProjectBrussel/Common/buildfile
index 8d1c8b6..8d1c8b6 100644
--- a/source/Common/buildfile
+++ b/ProjectBrussel/Common/buildfile
diff --git a/source/Game/App.cpp b/ProjectBrussel/Game/App.cpp
index 45a7545..45a7545 100644
--- a/source/Game/App.cpp
+++ b/ProjectBrussel/Game/App.cpp
diff --git a/source/Game/App.hpp b/ProjectBrussel/Game/App.hpp
index c73c5a1..c73c5a1 100644
--- a/source/Game/App.hpp
+++ b/ProjectBrussel/Game/App.hpp
diff --git a/source/Game/AppConfig.hpp b/ProjectBrussel/Game/AppConfig.hpp
index 794bee5..794bee5 100644
--- a/source/Game/AppConfig.hpp
+++ b/ProjectBrussel/Game/AppConfig.hpp
diff --git a/source/Game/Camera.cpp b/ProjectBrussel/Game/Camera.cpp
index 39f0369..39f0369 100644
--- a/source/Game/Camera.cpp
+++ b/ProjectBrussel/Game/Camera.cpp
diff --git a/source/Game/Camera.hpp b/ProjectBrussel/Game/Camera.hpp
index 7bf0a6c..7bf0a6c 100644
--- a/source/Game/Camera.hpp
+++ b/ProjectBrussel/Game/Camera.hpp
diff --git a/source/Game/CommonVertexIndex.cpp b/ProjectBrussel/Game/CommonVertexIndex.cpp
index 786274e..786274e 100644
--- a/source/Game/CommonVertexIndex.cpp
+++ b/ProjectBrussel/Game/CommonVertexIndex.cpp
diff --git a/source/Game/CommonVertexIndex.hpp b/ProjectBrussel/Game/CommonVertexIndex.hpp
index adb81b6..adb81b6 100644
--- a/source/Game/CommonVertexIndex.hpp
+++ b/ProjectBrussel/Game/CommonVertexIndex.hpp
diff --git a/source/Game/EditorAccessories.cpp b/ProjectBrussel/Game/EditorAccessories.cpp
index 08d08ec..08d08ec 100644
--- a/source/Game/EditorAccessories.cpp
+++ b/ProjectBrussel/Game/EditorAccessories.cpp
diff --git a/source/Game/EditorAccessories.hpp b/ProjectBrussel/Game/EditorAccessories.hpp
index 687b509..687b509 100644
--- a/source/Game/EditorAccessories.hpp
+++ b/ProjectBrussel/Game/EditorAccessories.hpp
diff --git a/source/Game/EditorAttachment.hpp b/ProjectBrussel/Game/EditorAttachment.hpp
index 61b824b..61b824b 100644
--- a/source/Game/EditorAttachment.hpp
+++ b/ProjectBrussel/Game/EditorAttachment.hpp
diff --git a/source/Game/EditorAttachmentImpl.cpp b/ProjectBrussel/Game/EditorAttachmentImpl.cpp
index b09c133..b09c133 100644
--- a/source/Game/EditorAttachmentImpl.cpp
+++ b/ProjectBrussel/Game/EditorAttachmentImpl.cpp
diff --git a/source/Game/EditorAttachmentImpl.hpp b/ProjectBrussel/Game/EditorAttachmentImpl.hpp
index 53bcd37..53bcd37 100644
--- a/source/Game/EditorAttachmentImpl.hpp
+++ b/ProjectBrussel/Game/EditorAttachmentImpl.hpp
diff --git a/source/Game/EditorCommandPalette.cpp b/ProjectBrussel/Game/EditorCommandPalette.cpp
index 0e7b894..0e7b894 100644
--- a/source/Game/EditorCommandPalette.cpp
+++ b/ProjectBrussel/Game/EditorCommandPalette.cpp
diff --git a/source/Game/EditorCommandPalette.hpp b/ProjectBrussel/Game/EditorCommandPalette.hpp
index 101344d..101344d 100644
--- a/source/Game/EditorCommandPalette.hpp
+++ b/ProjectBrussel/Game/EditorCommandPalette.hpp
diff --git a/source/Game/EditorCore.hpp b/ProjectBrussel/Game/EditorCore.hpp
index 726f43e..726f43e 100644
--- a/source/Game/EditorCore.hpp
+++ b/ProjectBrussel/Game/EditorCore.hpp
diff --git a/source/Game/EditorCorePrivate.cpp b/ProjectBrussel/Game/EditorCorePrivate.cpp
index 43857a8..43857a8 100644
--- a/source/Game/EditorCorePrivate.cpp
+++ b/ProjectBrussel/Game/EditorCorePrivate.cpp
diff --git a/source/Game/EditorCorePrivate.hpp b/ProjectBrussel/Game/EditorCorePrivate.hpp
index 4fbfb72..4fbfb72 100644
--- a/source/Game/EditorCorePrivate.hpp
+++ b/ProjectBrussel/Game/EditorCorePrivate.hpp
diff --git a/source/Game/EditorGuizmo.cpp b/ProjectBrussel/Game/EditorGuizmo.cpp
index 3e4f890..3e4f890 100644
--- a/source/Game/EditorGuizmo.cpp
+++ b/ProjectBrussel/Game/EditorGuizmo.cpp
diff --git a/source/Game/EditorGuizmo.hpp b/ProjectBrussel/Game/EditorGuizmo.hpp
index 0560050..0560050 100644
--- a/source/Game/EditorGuizmo.hpp
+++ b/ProjectBrussel/Game/EditorGuizmo.hpp
diff --git a/source/Game/EditorNotification.cpp b/ProjectBrussel/Game/EditorNotification.cpp
index e4a869e..e4a869e 100644
--- a/source/Game/EditorNotification.cpp
+++ b/ProjectBrussel/Game/EditorNotification.cpp
diff --git a/source/Game/EditorNotification.hpp b/ProjectBrussel/Game/EditorNotification.hpp
index 3af8c2d..3af8c2d 100644
--- a/source/Game/EditorNotification.hpp
+++ b/ProjectBrussel/Game/EditorNotification.hpp
diff --git a/source/Game/EditorUtils.cpp b/ProjectBrussel/Game/EditorUtils.cpp
index 20caef7..20caef7 100644
--- a/source/Game/EditorUtils.cpp
+++ b/ProjectBrussel/Game/EditorUtils.cpp
diff --git a/source/Game/EditorUtils.hpp b/ProjectBrussel/Game/EditorUtils.hpp
index 99c522b..99c522b 100644
--- a/source/Game/EditorUtils.hpp
+++ b/ProjectBrussel/Game/EditorUtils.hpp
diff --git a/source/Game/FuzzyMatch.cpp b/ProjectBrussel/Game/FuzzyMatch.cpp
index 0ab604d..0ab604d 100644
--- a/source/Game/FuzzyMatch.cpp
+++ b/ProjectBrussel/Game/FuzzyMatch.cpp
diff --git a/source/Game/FuzzyMatch.hpp b/ProjectBrussel/Game/FuzzyMatch.hpp
index 7a26b7e..7a26b7e 100644
--- a/source/Game/FuzzyMatch.hpp
+++ b/ProjectBrussel/Game/FuzzyMatch.hpp
diff --git a/source/Game/GameObject.cpp b/ProjectBrussel/Game/GameObject.cpp
index 3b15111..3b15111 100644
--- a/source/Game/GameObject.cpp
+++ b/ProjectBrussel/Game/GameObject.cpp
diff --git a/source/Game/GameObject.hpp b/ProjectBrussel/Game/GameObject.hpp
index f975803..f975803 100644
--- a/source/Game/GameObject.hpp
+++ b/ProjectBrussel/Game/GameObject.hpp
diff --git a/source/Game/GraphicsTags.cpp b/ProjectBrussel/Game/GraphicsTags.cpp
index eb9a079..eb9a079 100644
--- a/source/Game/GraphicsTags.cpp
+++ b/ProjectBrussel/Game/GraphicsTags.cpp
diff --git a/source/Game/GraphicsTags.hpp b/ProjectBrussel/Game/GraphicsTags.hpp
index cdf79eb..cdf79eb 100644
--- a/source/Game/GraphicsTags.hpp
+++ b/ProjectBrussel/Game/GraphicsTags.hpp
diff --git a/source/Game/Image.cpp b/ProjectBrussel/Game/Image.cpp
index 3673acc..3673acc 100644
--- a/source/Game/Image.cpp
+++ b/ProjectBrussel/Game/Image.cpp
diff --git a/source/Game/Image.hpp b/ProjectBrussel/Game/Image.hpp
index c577c24..c577c24 100644
--- a/source/Game/Image.hpp
+++ b/ProjectBrussel/Game/Image.hpp
diff --git a/source/Game/Ires.cpp b/ProjectBrussel/Game/Ires.cpp
index bfa4cdf..bfa4cdf 100644
--- a/source/Game/Ires.cpp
+++ b/ProjectBrussel/Game/Ires.cpp
diff --git a/source/Game/Ires.hpp b/ProjectBrussel/Game/Ires.hpp
index b6420f3..b6420f3 100644
--- a/source/Game/Ires.hpp
+++ b/ProjectBrussel/Game/Ires.hpp
diff --git a/source/Game/Level.cpp b/ProjectBrussel/Game/Level.cpp
index 076e5d5..076e5d5 100644
--- a/source/Game/Level.cpp
+++ b/ProjectBrussel/Game/Level.cpp
diff --git a/source/Game/Level.hpp b/ProjectBrussel/Game/Level.hpp
index 9114a64..9114a64 100644
--- a/source/Game/Level.hpp
+++ b/ProjectBrussel/Game/Level.hpp
diff --git a/source/Game/Material.cpp b/ProjectBrussel/Game/Material.cpp
index 9b0c42d..9b0c42d 100644
--- a/source/Game/Material.cpp
+++ b/ProjectBrussel/Game/Material.cpp
diff --git a/source/Game/Material.hpp b/ProjectBrussel/Game/Material.hpp
index f1cd7dd..f1cd7dd 100644
--- a/source/Game/Material.hpp
+++ b/ProjectBrussel/Game/Material.hpp
diff --git a/source/Game/Mesh.cpp b/ProjectBrussel/Game/Mesh.cpp
index 244e2e3..244e2e3 100644
--- a/source/Game/Mesh.cpp
+++ b/ProjectBrussel/Game/Mesh.cpp
diff --git a/source/Game/Mesh.hpp b/ProjectBrussel/Game/Mesh.hpp
index f86fd55..f86fd55 100644
--- a/source/Game/Mesh.hpp
+++ b/ProjectBrussel/Game/Mesh.hpp
diff --git a/source/Game/Player.cpp b/ProjectBrussel/Game/Player.cpp
index 34c4549..34c4549 100644
--- a/source/Game/Player.cpp
+++ b/ProjectBrussel/Game/Player.cpp
diff --git a/source/Game/Player.hpp b/ProjectBrussel/Game/Player.hpp
index d003a25..d003a25 100644
--- a/source/Game/Player.hpp
+++ b/ProjectBrussel/Game/Player.hpp
diff --git a/source/Game/Renderer.cpp b/ProjectBrussel/Game/Renderer.cpp
index 3497449..3497449 100644
--- a/source/Game/Renderer.cpp
+++ b/ProjectBrussel/Game/Renderer.cpp
diff --git a/source/Game/Renderer.hpp b/ProjectBrussel/Game/Renderer.hpp
index 98a9f28..98a9f28 100644
--- a/source/Game/Renderer.hpp
+++ b/ProjectBrussel/Game/Renderer.hpp
diff --git a/source/Game/SceneThings.cpp b/ProjectBrussel/Game/SceneThings.cpp
index 3fa0436..3fa0436 100644
--- a/source/Game/SceneThings.cpp
+++ b/ProjectBrussel/Game/SceneThings.cpp
diff --git a/source/Game/SceneThings.hpp b/ProjectBrussel/Game/SceneThings.hpp
index c261fbb..c261fbb 100644
--- a/source/Game/SceneThings.hpp
+++ b/ProjectBrussel/Game/SceneThings.hpp
diff --git a/source/Game/Shader.cpp b/ProjectBrussel/Game/Shader.cpp
index 4a58635..4a58635 100644
--- a/source/Game/Shader.cpp
+++ b/ProjectBrussel/Game/Shader.cpp
diff --git a/source/Game/Shader.hpp b/ProjectBrussel/Game/Shader.hpp
index 707e6cc..707e6cc 100644
--- a/source/Game/Shader.hpp
+++ b/ProjectBrussel/Game/Shader.hpp
diff --git a/source/Game/Sprite.cpp b/ProjectBrussel/Game/Sprite.cpp
index 2b4923c..2b4923c 100644
--- a/source/Game/Sprite.cpp
+++ b/ProjectBrussel/Game/Sprite.cpp
diff --git a/source/Game/Sprite.hpp b/ProjectBrussel/Game/Sprite.hpp
index e163a01..e163a01 100644
--- a/source/Game/Sprite.hpp
+++ b/ProjectBrussel/Game/Sprite.hpp
diff --git a/source/Game/Texture.cpp b/ProjectBrussel/Game/Texture.cpp
index 6fa7c8a..6fa7c8a 100644
--- a/source/Game/Texture.cpp
+++ b/ProjectBrussel/Game/Texture.cpp
diff --git a/source/Game/Texture.hpp b/ProjectBrussel/Game/Texture.hpp
index 108dfa7..108dfa7 100644
--- a/source/Game/Texture.hpp
+++ b/ProjectBrussel/Game/Texture.hpp
diff --git a/source/Game/VertexIndex.cpp b/ProjectBrussel/Game/VertexIndex.cpp
index ac68289..ac68289 100644
--- a/source/Game/VertexIndex.cpp
+++ b/ProjectBrussel/Game/VertexIndex.cpp
diff --git a/source/Game/VertexIndex.hpp b/ProjectBrussel/Game/VertexIndex.hpp
index 2d65617..2d65617 100644
--- a/source/Game/VertexIndex.hpp
+++ b/ProjectBrussel/Game/VertexIndex.hpp
diff --git a/source/Game/World.cpp b/ProjectBrussel/Game/World.cpp
index d4a8344..d4a8344 100644
--- a/source/Game/World.cpp
+++ b/ProjectBrussel/Game/World.cpp
diff --git a/source/Game/World.hpp b/ProjectBrussel/Game/World.hpp
index 288142e..288142e 100644
--- a/source/Game/World.hpp
+++ b/ProjectBrussel/Game/World.hpp
diff --git a/source/Game/buildfile b/ProjectBrussel/Game/buildfile
index e69de29..e69de29 100644
--- a/source/Game/buildfile
+++ b/ProjectBrussel/Game/buildfile
diff --git a/source/Game/main.cpp b/ProjectBrussel/Game/main.cpp
index c49fc0b..c49fc0b 100644
--- a/source/Game/main.cpp
+++ b/ProjectBrussel/Game/main.cpp
diff --git a/source/buildfile b/ProjectBrussel/buildfile
index 44fc188..44fc188 100644
--- a/source/buildfile
+++ b/ProjectBrussel/buildfile
diff --git a/assets/.stationary/Shaders/Default.glsl b/ProjectBrusselAssets/.stationary/Shaders/Default.glsl
index 1d93471..1d93471 100644
--- a/assets/.stationary/Shaders/Default.glsl
+++ b/ProjectBrusselAssets/.stationary/Shaders/Default.glsl
diff --git a/assets/Ires/M_BasicWall.json b/ProjectBrusselAssets/Ires/M_BasicWall.json
index a0e2395..a0e2395 100644
--- a/assets/Ires/M_BasicWall.json
+++ b/ProjectBrusselAssets/Ires/M_BasicWall.json
diff --git a/assets/Ires/M_Default.json b/ProjectBrusselAssets/Ires/M_Default.json
index 0422e94..0422e94 100644
--- a/assets/Ires/M_Default.json
+++ b/ProjectBrusselAssets/Ires/M_Default.json
diff --git a/assets/Ires/M_Player.json b/ProjectBrusselAssets/Ires/M_Player.json
index b2494dc..b2494dc 100644
--- a/assets/Ires/M_Player.json
+++ b/ProjectBrusselAssets/Ires/M_Player.json
diff --git a/assets/Ires/SS_Player.json b/ProjectBrusselAssets/Ires/SS_Player.json
index b413317..b413317 100644
--- a/assets/Ires/SS_Player.json
+++ b/ProjectBrusselAssets/Ires/SS_Player.json
diff --git a/assets/Ires/S_Default.json b/ProjectBrusselAssets/Ires/S_Default.json
index 0bfcb1b..0bfcb1b 100644
--- a/assets/Ires/S_Default.json
+++ b/ProjectBrusselAssets/Ires/S_Default.json