src/map.h
changeset 8596 27646407e0bc
parent 8137 67a9579abd74
child 8604 8afdd9877afd
equal deleted inserted replaced
8595:e4dee65e88c7 8596:27646407e0bc
     4 
     4 
     5 #ifndef MAP_H
     5 #ifndef MAP_H
     6 #define MAP_H
     6 #define MAP_H
     7 
     7 
     8 #include "stdafx.h"
     8 #include "stdafx.h"
     9 #include "direction.h"
     9 #include "direction_func.h"
    10 
    10 
    11 extern uint _map_tile_mask;
    11 extern uint _map_tile_mask;
    12 
    12 
    13 /**
    13 /**
    14  * 'Wraps' the given tile to it is within the map. It does
    14  * 'Wraps' the given tile to it is within the map. It does