]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/boards.cpp
Moved level storage to global location.
[warehouse-man-deluxe] / src / boards.cpp
index 8cf5ed7bf385e4dd741220005c6754b77cbc114a..8a2fbbe0df4a5ced9df75d27b3dc23bb22fe8c40 100644 (file)
 // JLH  03/03/2014  Created this file
 //
 
+#include "boards.h"
+
+
+// Level storage...
+std::vector<Level> levelStorage;
+
+
 //
 // We use anonymous structs to create these, to keep things simple. :-)
 //