Fix building with specific games disabled in MSVC.
svn-id: r43294
This commit is contained in:
parent
c95d36c186
commit
f186d9c860
25 changed files with 76 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue