diff options
Diffstat (limited to 'src/example/Start.h')
-rw-r--r-- | src/example/Start.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/example/Start.h b/src/example/Start.h index 37d1141..94a34bb 100644 --- a/src/example/Start.h +++ b/src/example/Start.h @@ -13,4 +13,7 @@ public: private: void add_lamp(crepe::GameObject & obj, crepe::vec2 offset, unsigned int fps = 10); + void add_table(crepe::GameObject & obj, crepe::vec2 offset); + void add_light(crepe::GameObject & obj, crepe::vec2 offset); + void add_jetpack_stand(crepe::GameObject & obj, crepe::vec2 offset); }; |