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

Dependencies:   N5110 PowerControl mbed

Files at this revision

API Documentation at this revision

Comitter:
ThomasBGill
Date:
Mon May 11 22:29:04 2015 +0000
Parent:
36:b64696135142
Commit message:
Fixed error

Changed in this revision

WorldBuilder/WorldBuilder.h Show annotated file Show diff for this revision Revisions of this file
diff -r b64696135142 -r a0ea57af9279 WorldBuilder/WorldBuilder.h
--- 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
 *