Labyrinth of the Minotaur A simple roguelike/RPG using a nokia 5110 screen

Dependencies:   N5110 PowerControl mbed

Revision:
21:aa4feee6aa39
Parent:
20:e54792b89571
Child:
22:dae750e4d749
diff -r e54792b89571 -r aa4feee6aa39 WorldBuilder/WorldBuilder.h
--- a/WorldBuilder/WorldBuilder.h	Mon May 04 16:26:43 2015 +0000
+++ b/WorldBuilder/WorldBuilder.h	Mon May 04 17:16:31 2015 +0000
@@ -35,6 +35,10 @@
 
 extern int level;
 
+//Player coordinates
+extern int px;
+extern int py;
+
 void Walls();
 void FirstRoom();
 void ExitRoom();
@@ -46,5 +50,6 @@
 void Maze();
 void DungeonBuilder();
 void LabyrinthBuilder();
+void World();
 
 #endif
\ No newline at end of file