#include "conq.h"
#include "kernel.h"
#include "imf.h"
Include dependency graph for write.c:
Classes | |
struct | histo |
Defines | |
#define | key(x) (keyword_name(x)) |
#define | star_from_typ(typ) ((typ) == UTYP ? "u*" : ((typ) == MTYP ? "m*" : ((typ) == TTYP ? "t*" : "a*"))) |
#define | name_from_typ(typ, i) |
Functions | |
void | init_write (void) |
char * | find_name (char *fname) |
int | write_entire_game_state (char *fname) |
int | write_game_module (Module *module, char *fname) |
Variables | |
ImageFamily ** | recorded_imfs |
int | num_recorded_imfs |
int | debugging_state_sync |
char * | onemorebuf |
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|