|
Defines |
#define | c2p(STR, PBUF) |
#define | p2c(PSTR, BUF) |
#define | XCONQLIB ":lib" |
#define | XCONQIMAGES ":images" |
#define | XCONQSAVE ":save" |
Functions |
int | convert_mac_charcodes (int ch) |
char * | default_library_pathname () |
char * | default_images_pathname (char *libpath) |
char * | news_filename () |
void | save_game (char *name) |
char * | game_homedir (void) |
char * | game_filename (char *namevar, char *defaultname) |
FILE * | open_file (char *filename, char *mode) |
FILE * | open_library_file (char *filename) |
FILE * | open_scorefile_for_reading (char *name) |
FILE * | open_scorefile_for_writing (char *name) |
void | close_scorefile_for_writing (FILE *fp) |
void | make_pathname (char *path, char *name, char *extn, char *pathbuf) |
int | remove_file (char *fname) |
char * | error_save_filename (void) |
void | init_signal_handlers () |
int | n_seconds_elapsed (int n) |
int | n_ms_elapsed (int n) |
void | record_ms () |
int | open_remote_connection (char *methodname, int willhost) |
void | close_remote_connection (int rid) |
void | low_send (int id, char *buf) |
int | low_receive (int *idp, char *buf, int maxchars, int timeout) |
Variables |
CursHandle | sendcursor |
CursHandle | receivecursor |
CursHandle | current_cursor |
short | initial_vrefnum = -1 |
long | initial_dirid = -1 |
int | use_mac_charcodes |
int | last_ticks = 0 |
int | last_ticks_for_ms = 0 |