aboutsummaryrefslogtreecommitdiff
path: root/src/example/Start.h
diff options
context:
space:
mode:
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);
};