diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-17 10:14:08 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-17 10:14:08 +0100 |
commit | dfa0ad1f97fb49d281fd2eb0bf640c41727cab56 (patch) | |
tree | aee92e99deb905f327de17449ec8eb7410ab5fcc /src/example/Start.h | |
parent | 19d70481301e89481da64bc9bc59e1b81697c9e3 (diff) |
Added table
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); }; |