aboutsummaryrefslogtreecommitdiff
path: root/src/example/Start.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-12-17 14:34:18 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-12-17 14:34:18 +0100
commitf2a95686ec6d33d15f38fef4420700cefc875e89 (patch)
tree7d4795de7abfce70dd58ee8e9e8c019112dbbe83 /src/example/Start.h
parentf7b8062d6a33195bfc43af0f2a7b6c16a388b588 (diff)
Made wall fragments for start
Diffstat (limited to 'src/example/Start.h')
-rw-r--r--src/example/Start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/example/Start.h b/src/example/Start.h
index 94a34bb..24e0dbf 100644
--- a/src/example/Start.h
+++ b/src/example/Start.h
@@ -16,4 +16,5 @@ private:
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);
+ void create_wall_fragments(crepe::Scene & scn, float begin_x);
};