1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-05 23:28:14 +02:00

Moving files:

- new config for objects (config/objects/generic.json)
- renamed lib/CDefObjectHandler to lib/CObjectClassesHandler
This commit is contained in:
Ivan Savenko
2014-05-24 02:07:54 +03:00
parent 6bd6be0835
commit 7f276185bd
37 changed files with 274 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
#include "StdInc.h"
#include "../lib/CDefObjInfoHandler.h"
#include "../lib/CObjectClassesHandler.h"
#include "CAdvmapInterface.h"
#include "battle/CBattleInterface.h"
#include "battle/CBattleInterfaceClasses.h"