Defines | Variables

micro.h File Reference

This graph shows which files directly or indirectly include this file:

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 Documentation

#define ABORT   C('a')

Referenced by moveloop().

#define C (   c )    (0x1f & (c))
#define M (   c )    (((char)0x80) | (c))

Variable Documentation

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[]
char permbones[]

Referenced by clearlocks(), and read_config_file().

int ramdisk