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:
Rumble
2006-12-28 02:20:41 +00:00
parent 930fe8c827
commit e9e01081c7
5 changed files with 5 additions and 376 deletions

View File

@@ -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 */