Fix building with specific games disabled in MSVC.

svn-id: r43294
This commit is contained in:
Travis Howell 2009-08-12 00:53:35 +00:00
parent c95d36c186
commit f186d9c860
25 changed files with 76 additions and 12 deletions

View file

@ -25,6 +25,8 @@
#ifdef ENABLE_AGOS2
#include "common/system.h"
#include "agos/agos.h"
@ -457,3 +459,5 @@ void AGOSEngine_PuzzlePack::opp_restartClock() {
}
} // End of namespace AGOS
#endif // ENABLE_AGOS2