1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Move CPrivilagedInfoCallback, IGameEventCallback and CNonConstInfoCallback to IGameCallback.h

This commit is contained in:
O01eg
2014-04-20 11:13:37 +04:00
parent 927eb33c11
commit 463073ebfa
8 changed files with 346 additions and 334 deletions

View File

@@ -2,6 +2,7 @@
#include "lib/IGameCallback2.h"
#include "int3.h" // for int3
/*
* CCallback.h, part of VCMI engine
@@ -30,6 +31,9 @@ struct CPack;
class IBattleEventsReceiver;
class IGameEventsReceiver;
//my
struct ArtifactLocation;
class IBattleCallback
{
public: