1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

first part of artifacts on hero window - small problem with misc5 slot (most probably in AmbarCendamo)

This commit is contained in:
mateuszb
2008-01-19 13:19:58 +00:00
parent 231593e83d
commit e3f40e6907
9 changed files with 250 additions and 7 deletions

View File

@@ -17,8 +17,11 @@
#include "CLua.h"
#include "hch/CHeroHandler.h"
#include <sstream>
extern TTF_Font * TNRB16, *TNR, *GEOR13, *GEORXX; //fonts
#include "AdventureMapButton.h"
#include "CHeroWindow.h"
extern TTF_Font * TNRB16, *TNR, *GEOR13, *GEORXX; //fonts
using namespace boost::logic;
using namespace boost::assign;
using namespace CSDL_Ext;