]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Move some global vars from Globals.cpp, add decls to headers
[lugaru.git] / Source / Game.h
index d501b8c7e78906775932b5d8e0cd7f50797a8f47..d7714c3fccea40ff1bdc37ff00a9593f58ceb016 100644 (file)
@@ -319,4 +319,5 @@ extern "C" { void UndefinedSymbolToExposeStubbedCode(void); }
 #define STUBBED(x) { static bool seen = false; if (!seen) { seen = true; fprintf(stderr, "STUBBED: %s at %s:%d\n", x, __FILE__, __LINE__); } }
 //#define STUBBED(x)
 
+extern int numplayers;
 #endif