1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +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

@@ -12,7 +12,7 @@
#pragma once
#include "../ConstTransitivePtr.h"
#include "../CObjectHandler.h"
#include "../mapObjects/CObjectHandler.h"
#include "../ResourceSet.h"
#include "../int3.h"
#include "../GameConstants.h"