1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* added files for future server

* make code compiling
* broken objects scripts
This commit is contained in:
Michał W. Urbańczyk
2008-07-01 08:01:02 +00:00
parent ea8562a6b1
commit b0002ff50b
22 changed files with 403 additions and 114 deletions

View File

@ -2,9 +2,9 @@
#include "CAdvmapInterface.h"
#include "client/CBitmapHandler.h"
#include "CPlayerInterface.h"
#include "hch\CPreGameTextHandler.h"
#include "hch\CGeneralTextHandler.h"
#include "hch\CTownHandler.h"
#include "hch/CPreGameTextHandler.h"
#include "hch/CGeneralTextHandler.h"
#include "hch/CTownHandler.h"
#include "CPathfinder.h"
#include "CGameInfo.h"
#include "SDL_Extensions.h"