1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

- Renamed client/BattleInterface to client/battle and client/UIFramework to client/gui

This commit is contained in:
beegee1
2013-04-07 11:52:07 +00:00
parent ee51c5beb5
commit 30bcec42c6
57 changed files with 144 additions and 144 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "UIFramework/CIntObject.h"
#include "UIFramework/CIntObjectClasses.h"
#include "gui/CIntObject.h"
#include "gui/CIntObjectClasses.h"
class CArmedInstance;
class CShowableAnim;