diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -94,11 +94,6 @@ class Map ~Map(); /** - * Loads a map file (gat). - */ - static Map *load(const std::string &mapFile); - - /** * Draws the map to the given graphics output. */ void draw(Graphics *graphics, int scrollX, int scrollY, int layer); |