aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-30 21:02:26 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-30 21:02:26 -0400
commitb06afc53ce5fa36544218b524f963725bf180fc1 (patch)
tree80a0bb7294b36121ca40e98eee1d424c707b3cd2 /include
parent67b62dde3dfd4fddba82940894f5b3416eee4c06 (diff)
holes
Diffstat (limited to 'include')
-rw-r--r--include/world.h1
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
};
/*