Go to the source code of this file.
Defines | |
#define | C(c) (0x1f & (c)) |
#define | M(c) (((char)0x80) | (c)) |
#define | ABORT C('a') |
Variables | |
const char * | alllevels |
const char * | allbones |
char | levels [] |
char | bones [] |
char | permbones [] |
char | hackdir [] |
int | ramdisk |
#define ABORT C('a') |
Referenced by moveloop().
#define C | ( | c ) | (0x1f & (c)) |
#define M | ( | c ) | (((char)0x80) | (c)) |
const char * allbones |
Referenced by restlevelfile().
const char* alllevels |
Referenced by clearlocks(), and restlevelfile().
char bones[] |
char hackdir[] |
Referenced by parse_config_line().
char levels[] |
Referenced by clearlocks(), read_config_file(), and restlevelfile().
char permbones[] |
Referenced by clearlocks(), and read_config_file().
int ramdisk |
Referenced by clearlocks(), read_config_file(), and restlevelfile().