mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Split some map object files into smaller files. Reduced includes usage.
This commit is contained in:
@ -10,10 +10,13 @@
|
||||
#include "../StdInc.h"
|
||||
#include "FuzzyHelper.h"
|
||||
|
||||
#include "../../../lib/mapObjects/CommonConstructors.h"
|
||||
#include "../Goals/Goals.h"
|
||||
#include "Nullkiller.h"
|
||||
|
||||
#include "../../../lib/mapObjectConstructors/AObjectTypeHandler.h"
|
||||
#include "../../../lib/mapObjectConstructors/CObjectClassesHandler.h"
|
||||
#include "../../../lib/mapObjectConstructors/CommonConstructors.h"
|
||||
|
||||
namespace NKAI
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user