mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-17 09:01:44 +01:00
removed redundant olc.c, olc.h and tedit.h files from the build. Added prototypes for the new variable save functions to players.c
This commit is contained in:
@@ -37,6 +37,8 @@ bitvector_t asciiflag_conv(char *flag);
|
||||
void save_char_vars(struct char_data *ch);
|
||||
void write_aliases_ascii(FILE *file, struct char_data *ch);
|
||||
void read_aliases_ascii(FILE *file, struct char_data *ch, int count);
|
||||
void save_char_vars_ascii(FILE *file, struct char_data *ch);
|
||||
void read_saved_vars_ascii(FILE *file, struct char_data *ch, int count);
|
||||
|
||||
/* 'global' vars */
|
||||
struct player_index_element *player_table = NULL; /* index to plr file */
|
||||
|
||||
Reference in New Issue
Block a user