aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h
index ab161c0..30df9cc 100644
--- a/include/world.h
+++ b/include/world.h
@@ -71,7 +71,7 @@ public:
// drawn and handled by the world.
void addHole(unsigned int start,unsigned int end); // Create a hole in the world
- int getStart(void);
+ int getTheWidth(void);
};
float worldGetYBase(World *w);