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:
4
map.h
4
map.h
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user