diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h index 50f2483..cf0b7b8 100644 --- a/include/world.h +++ b/include/world.h @@ -66,6 +66,7 @@ public: // it and is standing in front of it. void addPlatform(float x,float y,float w,float h); // Dynamically adds a platform to the platform array. These will be automatically // drawn and handled by the world. + void addHole(unsigned int start,unsigned int end); // Create a hole in the world }; /* |