summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-02-21 15:22:21 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-02-21 15:22:21 -0500
commit59860415a2782694f630f7803ae4bcf445b3f5f1 (patch)
tree6c5dade6c2915cc68d69d536b465a5c6d7bd53fc /src/map.h
parente3e5a247c58c6e0b45d81ab61314bd8d1bd530ac (diff)
downloadtherapy-59860415a2782694f630f7803ae4bcf445b3f5f1.tar.gz
therapy-59860415a2782694f630f7803ae4bcf445b3f5f1.tar.bz2
therapy-59860415a2782694f630f7803ae4bcf445b3f5f1.zip
Player can short jump
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index 2acce59..d7b4ecf 100644 --- a/src/map.h +++ b/src/map.h
@@ -3,6 +3,7 @@
3 3
4class Map { 4class Map {
5 public: 5 public:
6 Map();
6 Map(char* filename); 7 Map(char* filename);
7 ~Map(); 8 ~Map();
8 const int* mapdata(); 9 const int* mapdata();