From f3486222d38d883817fd3e89d3a42475e04a0598 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 29 Jan 2013 15:56:37 -0800 Subject: Really rough API code started. --- includes/mapclass.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/mapclass.php') diff --git a/includes/mapclass.php b/includes/mapclass.php index 53609a7..ce9dc1b 100644 --- a/includes/mapclass.php +++ b/includes/mapclass.php @@ -8,6 +8,7 @@ define("TileType", 0); define("TileValue", 1); +//Tile Types define("TileWall", 'w'); //User-placed-wall. define("TileEmpty", 'o'); define("TileStart", 's'); -- cgit v1.2.3