aboutsummaryrefslogtreecommitdiffstats
path: root/include/World.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-14 11:53:26 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-14 11:53:26 -0400
commitdac8bb25d3b5a77136edb3eb227a4c1a5b1af9cf (patch)
tree3af0dc51dcef0b99dac7fbd7fce0b7ca81fc4f7c /include/World.h
parent7d974f6f4d54b3fbea99780ddf6e395b217065bc (diff)
millis stuff
Diffstat (limited to 'include/World.h')
-rw-r--r--include/World.h2
1 files changed, 0 insertions, 2 deletions
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
};