diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 20:46:32 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 20:46:32 +0200 |
commit | 195f7770c42aa1ed1052725dde26699d2ecc689f (patch) | |
tree | 0c0504f4750947ac158f500d6f4fff4ed83d63d8 /src/crepe/api/CMakeLists.txt | |
parent | e7377daf2fe3b759fbbf7e57f88c412c3b1cf011 (diff) |
implement get_component for scripts
Diffstat (limited to 'src/crepe/api/CMakeLists.txt')
-rw-r--r-- | src/crepe/api/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/api/CMakeLists.txt b/src/crepe/api/CMakeLists.txt index f262019..0bb1263 100644 --- a/src/crepe/api/CMakeLists.txt +++ b/src/crepe/api/CMakeLists.txt @@ -18,6 +18,7 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES BehaviorScript.h Config.h Script.h + Script.hpp GameObject.h GameObject.hpp Rigidbody.h |