#include "fileops.h"
#include "drawable.h"
#include <vector>


Go to the source code of this file.
Classes | |
| class | mapsquare_walkable |
| Contains information about the walkability of a mapsquare. More... | |
| class | mapsquare_walkable_area |
| Area of mapsquare_walkables, for use with mapcharacter and mapobject classes. More... | |
Defines | |
| #define | ALL_WALKABLE 15 |
| Walkable from every side. | |
| #define | WALKABLE_SOUTH 1 |
| Walkable from South. | |
| #define | WALKABLE_NORTH 2 |
| Walkable from North. | |
| #define | WALKABLE_EAST 4 |
| Walkable from East. | |
| #define | WALKABLE_WEST 8 |
| Walkable from West. | |
| #define | NONE_WALKABLE 0 |
| Unreachable. | |
Variables | |
| const u_int16 | MAPSQUARE_SIZE = 20 |
| Size of a mapsquare (in pixels). | |
Definition in file mapsquare_walkable.h.
| #define ALL_WALKABLE 15 |
| #define WALKABLE_SOUTH 1 |
| #define WALKABLE_NORTH 2 |
| #define WALKABLE_EAST 4 |
| #define WALKABLE_WEST 8 |
| #define NONE_WALKABLE 0 |
| const u_int16 MAPSQUARE_SIZE = 20 |
1.5.6