1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Moved all object-related files to lib/mapObjects directory.

Renamed some classes to more readable names
This commit is contained in:
Ivan Savenko
2014-06-05 14:19:47 +03:00
parent 1d5d4e3248
commit 0afdfa529c
68 changed files with 560 additions and 516 deletions

View File

@@ -15,7 +15,7 @@
#include "../CRandomGenerator.h"
#include "CMapGenOptions.h"
#include "CRmgTemplateZone.h"
#include "../CObjectHandler.h"
#include "../mapObjects/CObjectHandler.h"
#include "../int3.h"
class CMap;