mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
* ConstTransitive CGI more or less done
* hch contents distributed to more appropriate folders
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#define VCMI_DLL
|
||||
#include "NetPacks.h"
|
||||
#include "../hch/CGeneralTextHandler.h"
|
||||
#include "../hch/CDefObjInfoHandler.h"
|
||||
#include "../hch/CArtHandler.h"
|
||||
#include "../hch/CHeroHandler.h"
|
||||
#include "../hch/CObjectHandler.h"
|
||||
#include "CGeneralTextHandler.h"
|
||||
#include "CDefObjInfoHandler.h"
|
||||
#include "CArtHandler.h"
|
||||
#include "CHeroHandler.h"
|
||||
#include "CObjectHandler.h"
|
||||
#include "VCMI_Lib.h"
|
||||
#include "map.h"
|
||||
#include "../hch/CSpellHandler.h"
|
||||
#include "../hch/CCreatureHandler.h"
|
||||
#include "CSpellHandler.h"
|
||||
#include "CCreatureHandler.h"
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
Reference in New Issue
Block a user