diff options
| -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" - |
