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

drobne poprawki w wyświetlaniu cieni oraz naprawienie rotacji dla ośmiobitowych surface'ów

dorobienie ifndefów w niektórych plikach .h (dlaczego ty ich nie robisz???)
This commit is contained in:
mateuszb
2007-06-26 12:38:58 +00:00
parent 4075ab1b92
commit 118c917a60
12 changed files with 136 additions and 75 deletions

2
map.h
View File

@@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include "global.h"
#include "CSemiDefHandler.h"
struct Sresource
{
@@ -54,6 +55,7 @@ struct DefInfo //information from def declaration
{
std::string name;
int bytes [42];
CSemiDefHandler * handler;
};
struct Location
{