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

cieniowanie i drobne poprawki

zawiera drobny błąd wyświetlania cienia (walnięta funkcja do flipowania)
This commit is contained in:
mateuszb
2007-06-25 14:55:45 +00:00
parent 21112b0023
commit 4075ab1b92
10 changed files with 422 additions and 39 deletions

6
map.h
View File

@@ -1,5 +1,5 @@
#ifndef MAPD
#define MAPD
#ifndef MAPD_H
#define MAPD_H
#include <string>
#include <vector>
@@ -205,4 +205,4 @@ public:
};
#endif //MAPD
#endif //MAPD_H