#include "AppHdr.h"#include "losglobal.h"#include "coord.h"#include "coordit.h"#include "fixedarray.h"#include "los_def.h"

Typedefs | |
| typedef uint8_t | losfield_t |
| typedef losfield_t | halflos_t [LOS_MAX_RANGE+1][2 *LOS_MAX_RANGE+1] |
| typedef halflos_t | globallos_t [GXM][GYM] |
Functions | |
| void | invalidate_los_around (const coord_def &p) |
| void | invalidate_los () |
| bool | cell_see_cell (const coord_def &p, const coord_def &q, los_type l) |
| typedef halflos_t globallos_t[GXM][GYM] |
| typedef losfield_t halflos_t[LOS_MAX_RANGE+1][2 *LOS_MAX_RANGE+1] |
| typedef uint8_t losfield_t |
| void invalidate_los | ( | ) |
| void invalidate_los_around | ( | const coord_def & | p | ) |

1.5.6