X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fboards.cpp;fp=src%2Fboards.cpp;h=8a2fbbe0df4a5ced9df75d27b3dc23bb22fe8c40;hb=6f13016fe0742df2abfbf4ee08b3a0f27211a993;hp=8cf5ed7bf385e4dd741220005c6754b77cbc114a;hpb=98faaadc703b743d2f4e1540e827e19e3c31eeb4;p=warehouse-man-deluxe diff --git a/src/boards.cpp b/src/boards.cpp index 8cf5ed7..8a2fbbe 100644 --- a/src/boards.cpp +++ b/src/boards.cpp @@ -11,6 +11,13 @@ // JLH 03/03/2014 Created this file // +#include "boards.h" + + +// Level storage... +std::vector levelStorage; + + // // We use anonymous structs to create these, to keep things simple. :-) //