1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

* splitted CGameState into general game state and battle game state

* added missing fields to serialize in CHero
This commit is contained in:
mateuszb
2010-12-25 19:23:30 +00:00
parent a82469a205
commit b3fd14b524
21 changed files with 2178 additions and 2086 deletions

View File

@ -25,6 +25,7 @@
#include "../lib/Connection.h"
#include "../lib/CSpellHandler.h"
#include "../lib/CTownHandler.h"
#include "../lib/BattleState.h"
#include "CMusicHandler.h"
#include "../lib/CondSh.h"
#include "../lib/NetPacks.h"