enemytag: update to work with latest changes
[rofl0r-openDOW.git] / walls.h
blobf870466e9ce159adef7f085e6cbe06c85b864e2c
1 #ifndef WALLS_H
2 #define WALLS_H
4 #include "map.h"
6 extern const uint8_t walls[MT_MAX][210];
8 //RcB: DEP "walls.c"
9 #endif