File: engine.h | Size: 156 bytes | Download file | Back to directory listing | BWPOW's homepage
typedef struct{
	char ground; // co na zemi, aka textura, pripadne co
	char h;
	char tex[2]; // textura na stene
}MAP;
 
 
#define MAP_W 256
#define MAP_H 256