diff options
author | rtk0c <[email protected]> | 2022-05-25 22:30:59 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-25 22:30:59 -0700 |
commit | 8fc3192da5ae3ac24511ad32088d669c799b6ddb (patch) | |
tree | e8288e736427dd758986860e0956286969d60f7b | |
parent | d18a28a9659092952aef70a30a47726e7c16d31a (diff) |
Changeset: 39 Move more things to source-common/
-rw-r--r-- | source-common/Enum.hpp (renamed from source/Enum.hpp) | 0 | ||||
-rw-r--r-- | source-common/PodVector.hpp (renamed from source/PodVector.hpp) | 0 | ||||
-rw-r--r-- | source-common/RcPtr.hpp (renamed from source/RcPtr.hpp) | 0 | ||||
-rw-r--r-- | source-common/Rect.hpp (renamed from source/Rect.hpp) | 0 | ||||
-rw-r--r-- | source-common/SmallVector.cpp (renamed from source/SmallVector.cpp) | 0 | ||||
-rw-r--r-- | source-common/SmallVector.hpp (renamed from source/SmallVector.hpp) | 0 | ||||
-rw-r--r-- | source-common/TypeTraits.hpp (renamed from source/TypeTraits.hpp) | 0 | ||||
-rw-r--r-- | source-common/Uid.cpp (renamed from source/Uid.cpp) | 0 | ||||
-rw-r--r-- | source-common/Uid.hpp (renamed from source/Uid.hpp) | 0 | ||||
-rw-r--r-- | source/CMakeLists.txt | 2 |
10 files changed, 0 insertions, 2 deletions
diff --git a/source/Enum.hpp b/source-common/Enum.hpp index 5e106fe..5e106fe 100644 --- a/source/Enum.hpp +++ b/source-common/Enum.hpp diff --git a/source/PodVector.hpp b/source-common/PodVector.hpp index 74e99d6..74e99d6 100644 --- a/source/PodVector.hpp +++ b/source-common/PodVector.hpp diff --git a/source/RcPtr.hpp b/source-common/RcPtr.hpp index 130b2b2..130b2b2 100644 --- a/source/RcPtr.hpp +++ b/source-common/RcPtr.hpp diff --git a/source/Rect.hpp b/source-common/Rect.hpp index 89d9b01..89d9b01 100644 --- a/source/Rect.hpp +++ b/source-common/Rect.hpp diff --git a/source/SmallVector.cpp b/source-common/SmallVector.cpp index c38e8a7..c38e8a7 100644 --- a/source/SmallVector.cpp +++ b/source-common/SmallVector.cpp diff --git a/source/SmallVector.hpp b/source-common/SmallVector.hpp index e33a25d..e33a25d 100644 --- a/source/SmallVector.hpp +++ b/source-common/SmallVector.hpp diff --git a/source/TypeTraits.hpp b/source-common/TypeTraits.hpp index cca9a1f..cca9a1f 100644 --- a/source/TypeTraits.hpp +++ b/source-common/TypeTraits.hpp diff --git a/source/Uid.cpp b/source-common/Uid.cpp index 1930cd8..1930cd8 100644 --- a/source/Uid.cpp +++ b/source-common/Uid.cpp diff --git a/source/Uid.hpp b/source-common/Uid.hpp index f58129c..f58129c 100644 --- a/source/Uid.hpp +++ b/source-common/Uid.hpp diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index b5de147..abb724b 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -22,10 +22,8 @@ PRIVATE Renderer.cpp SceneThings.cpp Shader.cpp - SmallVector.cpp Sprite.cpp Texture.cpp - Uid.cpp VertexIndex.cpp World.cpp ) |