tile.h
branch0.4
changeset 10046 6301f3512550
parent 10023 4a72310c9cf5
child 10050 53795ed4cdaf
equal deleted inserted replaced
10045:ed89f9eb128d 10046:6301f3512550
     3 #ifndef TILE_H
     3 #ifndef TILE_H
     4 #define TILE_H
     4 #define TILE_H
     5 
     5 
     6 #include "macros.h"
     6 #include "macros.h"
     7 #include "map.h"
     7 #include "map.h"
       
     8 #include "slope.h"
     8 
     9 
     9 typedef enum TileTypes {
    10 typedef enum TileTypes {
    10 	MP_CLEAR,
    11 	MP_CLEAR,
    11 	MP_RAILWAY,
    12 	MP_RAILWAY,
    12 	MP_STREET,
    13 	MP_STREET,