Labyrinth of the Minotaur A simple roguelike/RPG using a nokia 5110 screen
Dependencies: N5110 PowerControl mbed
Diff: WorldBuilder/WorldBuilder.h
- Revision:
- 37:a0ea57af9279
- Parent:
- 36:b64696135142
--- a/WorldBuilder/WorldBuilder.h Mon May 11 22:25:57 2015 +0000 +++ b/WorldBuilder/WorldBuilder.h Mon May 11 22:29:04 2015 +0000 @@ -157,7 +157,7 @@ * @pararm r - How many times the function should be iterated * */ -void RandFloor(int r) +void RandFloor(int r); /** Maze Kill *