diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 21:02:26 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-30 21:02:26 -0400 |
commit | b06afc53ce5fa36544218b524f963725bf180fc1 (patch) | |
tree | 80a0bb7294b36121ca40e98eee1d424c707b3cd2 /include | |
parent | 67b62dde3dfd4fddba82940894f5b3416eee4c06 (diff) |
holes
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 }; /* |