1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00
- removed commented-out #includ'es
- renamed some files to match name of class
This commit is contained in:
Ivan Savenko
2014-06-05 20:26:50 +03:00
parent 76bf5351c6
commit b2e8c92383
52 changed files with 71 additions and 111 deletions

View File

@ -1,5 +1,5 @@
/*
* CObjectHandler.cpp, part of VCMI engine
* MiscObjects.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
@ -11,9 +11,8 @@
#include "StdInc.h"
#include "MiscObjects.h"
#include "NetPacks.h"
#include "CGeneralTextHandler.h"
//#include "CHeroHandler.h"
#include "../NetPacks.h"
#include "../CGeneralTextHandler.h"
#include "../client/CSoundBase.h"
#include "CObjectClassesHandler.h"