From dac8bb25d3b5a77136edb3eb227a4c1a5b1af9cf Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 14 Sep 2015 11:53:26 -0400 Subject: millis stuff --- include/World.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/World.h') diff --git a/include/World.h b/include/World.h index 4d55c5d..fca108d 100644 --- a/include/World.h +++ b/include/World.h @@ -27,8 +27,6 @@ public: void draw(void); // Draws the world as well as any bound entities void detect(vec2 *v,vec2 *vel,const float width); // Object / gravity detection float getWidth(void); // Get coordinate width of world - void saveToFile(FILE *f,World *parent); // WIP: Save the world (seed) to a file? - void loadFromFile(FILE *f,World *parent); // No void addLayer(const float width); // Creates a layer of said width behind the current one void addEntity(void *e); // Adds (binds) an entity to the world }; -- cgit v1.2.3