mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Cleanup:
- removed commented-out #includ'es - renamed some files to match name of class
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
/*
|
||||
*
|
||||
* CRewardableObject.cpp, part of VCMI engine
|
||||
*
|
||||
* Authors: listed in file AUTHORS in main folder
|
||||
@ -10,10 +11,10 @@
|
||||
|
||||
#include "StdInc.h"
|
||||
#include "CRewardableObject.h"
|
||||
#include "CHeroHandler.h"
|
||||
#include "CGeneralTextHandler.h"
|
||||
#include "../CHeroHandler.h"
|
||||
#include "../CGeneralTextHandler.h"
|
||||
#include "../client/CSoundBase.h"
|
||||
#include "NetPacks.h"
|
||||
#include "../NetPacks.h"
|
||||
|
||||
#include "CObjectClassesHandler.h"
|
||||
|
||||
|
Reference in New Issue
Block a user