diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 15:20:25 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-06 15:20:25 +0100 |
commit | 6296b85846b21083e4f545b209f1d9edce2b06f9 (patch) | |
tree | ae83cf160d44541850f970cc933530474d3cb651 /src/makefile | |
parent | 5af0b90f11929ca99a48389ef29d8a56f39b0efd (diff) |
Moved Matadata to api folder (because it may be used by the game programmer)
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 9b2d826..be1548c 100644 --- a/src/makefile +++ b/src/makefile @@ -24,8 +24,8 @@ MAX += crepe/Component.h MAX += crepe/ComponentManager.cpp MAX += crepe/ComponentManager.h MAX += crepe/ComponentManager.hpp -MAX += crepe/Metadata.cpp -MAX += crepe/Metadata.h +MAX += crepe/api/Metadata.cpp +MAX += crepe/api/Metadata.h TODO += crepe/Particle.cpp TODO += crepe/Particle.h TODO += crepe/Position.h |