diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 15:12:01 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 15:12:01 +0200 |
commit | 39815f58e3842bb28e644e83111a619bd1374855 (patch) | |
tree | 39dd4631505fc063bb4336c25b4469cb2190fda8 /src/crepe/GameObject.h | |
parent | f8bc2a06a90c0ee172054db7ae2e1fdae09d14a3 (diff) |
add components_internal example
Diffstat (limited to 'src/crepe/GameObject.h')
-rw-r--r-- | src/crepe/GameObject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crepe/GameObject.h b/src/crepe/GameObject.h index 114990c..d5a7c36 100644 --- a/src/crepe/GameObject.h +++ b/src/crepe/GameObject.h @@ -20,3 +20,6 @@ public: }; } // namespace crepe + +#include "GameObject.hpp" + |