diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-09 13:31:18 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-09 13:31:18 -0500 |
| commit | 4676e22a8188de5924f6bcf4eec05fb4257de9cb (patch) | |
| tree | c0ddd6360a945a864114074faf7b25a899b808e0 | |
| parent | 8e70544b340c8987daca3eb9053f026d4d96c616 (diff) | |
dead code
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/components.cpp | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16284b7..454bceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ set(PKE_SOURCE_FILES src/camera.hpp src/camera.cpp src/components.hpp - src/components.cpp src/ecs.hpp src/ecs.cpp src/entities.hpp diff --git a/src/components.cpp b/src/components.cpp deleted file mode 100644 index 587b0c3..0000000 --- a/src/components.cpp +++ /dev/null @@ -1,3 +0,0 @@ - -#include "components.hpp" - |
