mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
* splitted CGameState into general game state and battle game state
* added missing fields to serialize in CHero
This commit is contained in:
@ -1,6 +1,16 @@
|
||||
#define VCMI_DLL
|
||||
#include "BattleAction.h"
|
||||
#include "CGameState.h"
|
||||
#include "BattleState.h"
|
||||
|
||||
/*
|
||||
* BattleAction.h, part of VCMI engine
|
||||
*
|
||||
* Authors: listed in file AUTHORS in main folder
|
||||
*
|
||||
* License: GNU General Public License v2.0 or later
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*
|
||||
*/
|
||||
|
||||
BattleAction::BattleAction()
|
||||
{
|
||||
|
Reference in New Issue
Block a user