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

@@ -11,7 +11,7 @@
#include "HeroBonus.h"
#include "CCreatureSet.h"
#include "ConstTransitivePtr.h"
#include "IGameCallback2.h"
#include "IGameCallback.h"
#include "ResourceSet.h"
#include "int3.h"
#include "CObjectHandler.h"