1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

- fix for bonuses in campaign screen

- fixed gcc warnings
- build system updated
This commit is contained in:
Ivan Savenko
2010-10-25 19:37:21 +00:00
parent c395661754
commit 923fed7dc1
16 changed files with 101 additions and 31 deletions

View File

@ -11,6 +11,8 @@
#endif
//for smart objs serialization over net
#include "../lib/CMapInfo.h"
#include "../StartInfo.h"
#include "CGameState.h"
#include "map.h"
#include "../hch/CObjectHandler.h"