From b806a2d9bd6932525263a172ea2837eb1a94717d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 19 Sep 2015 08:23:11 -0400 Subject: stuff --- include/world.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/world.h b/include/world.h index 21d6de8..3b76f19 100644 --- a/include/world.h +++ b/include/world.h @@ -11,9 +11,11 @@ private: } __attribute__ ((packed)) *line; unsigned int lineCount; int x_start; + World *behind,*infront; public: World(unsigned int width); ~World(void); + void addLayer(unsigned int width); void draw(vec2 *vec); void detect(vec2 *v,vec2 *vel,const float width); }; -- cgit v1.2.3