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

wyświetlanie obiektów na mapie (wymaga dokończenia), drobne poprawki

This commit is contained in:
mateuszb
2007-07-02 11:23:42 +00:00
parent 30aa7499ef
commit 9ff9557ed2
9 changed files with 63 additions and 41 deletions

4
map.h
View File

@@ -5,6 +5,7 @@
#include <vector>
#include "global.h"
#include "CSemiDefHandler.h"
#include "CDefHandler.h"
enum ESortBy{name,playerAm,size,format, viccon,loscon};
struct Sresource
@@ -56,7 +57,8 @@ struct DefInfo //information from def declaration
{
std::string name;
int bytes [42];
CSemiDefHandler * handler;
//CSemiDefHandler * handler;
CDefHandler * handler;
};
struct Location
{