diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-11-07 18:41:39 +0100 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-11-07 18:41:39 +0100 |
commit | 7b7960f2e1a5ee8ab13698183ed5945e5c1c1751 (patch) | |
tree | 178b8545bded001880bbca562d9c0ff2524795bc | |
parent | e2f3ace383b43cc3f140629e577b97c6f69c9856 (diff) |
update makefile
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 2251119..b9c44c8 100644 --- a/src/makefile +++ b/src/makefile @@ -47,6 +47,7 @@ MAX += crepe/api/GameObject.hpp TODO += crepe/api/ParticleEmitter.cpp TODO += crepe/api/ParticleEmitter.h TODO += crepe/api/Vector2.h +TODO += crepe/api/Vector2.cpp JARO += crepe/api/Rigidbody.cpp JARO += crepe/api/Rigidbody.h LOEK += crepe/api/Script.cpp |