1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Mod Handler class. It is connected with engine, but doesn't do anything yet.

This commit is contained in:
DjWarmonger
2012-08-10 13:07:53 +00:00
parent d72c44e4c3
commit 289b7b68d9
14 changed files with 183 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
#include "../lib/CCampaignHandler.h"
#include "../lib/CThreadHelper.h"
#include "../lib/Connection.h"
#include "../lib/CModHandler.h"
#include "../lib/CArtHandler.h"
#include "../lib/CDefObjInfoHandler.h"
#include "../lib/CGeneralTextHandler.h"