1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +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

@ -2,7 +2,7 @@
#include "NetPacks.h"
#include "CGeneralTextHandler.h"
#include "CDefObjInfoHandler.h"
#include "CObjectClassesHandler.h"
#include "CArtHandler.h"
#include "CHeroHandler.h"
#include "CObjectHandler.h"