1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

- Buttons optimization - less memory and CPU usage

- gcc compilation fixes
This commit is contained in:
Ivan Savenko
2011-02-20 09:24:53 +00:00
parent 872c893789
commit 450ae1772c
16 changed files with 614 additions and 524 deletions

View File

@@ -7,7 +7,6 @@
#ifndef _MSC_VER
#include "../lib/RegisterTypes.cpp"
#include "CObjectHandler.h"
#endif
//for smart objs serialization over net
@@ -21,6 +20,7 @@
#include "VCMI_Lib.h"
#include "CArtHandler.h"
#include "CHeroHandler.h"
#include "CSpellHandler.h"
#include "CTownHandler.h"
#include "CCampaignHandler.h"
#include "NetPacks.h"