Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

write.c File Reference

#include "conq.h"
#include "kernel.h"
#include "imf.h"

Include dependency graph for write.c:

Include dependency graph

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

Define Documentation

#define key  )     (keyword_name(x))
 

#define name_from_typ typ,
 ) 
 

Value:

((typ) == UTYP ? shortest_escaped_name(i) : ((typ) == MTYP ? m_type_name(i) : \
  ((typ) == TTYP ? t_type_name(i) : a_type_name(i))))

#define star_from_typ typ   )     ((typ) == UTYP ? "u*" : ((typ) == MTYP ? "m*" : ((typ) == TTYP ? "t*" : "a*")))
 


Function Documentation

char* find_name char *  fname  ) 
 

void init_write void   ) 
 

int write_entire_game_state char *  fname  ) 
 

int write_game_module Module module,
char *  fname
 


Variable Documentation

int debugging_state_sync
 

int num_recorded_imfs
 

char* onemorebuf
 

ImageFamily** recorded_imfs
 


Generated on Sat Sep 17 10:29:46 2005 for XconqKernel by doxygen 1.3.6