Initial Win32 Character Editor import

git-svn-id: http://openexile.googlecode.com/svn/trunk@21 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2009-04-17 23:27:04 +00:00
parent 118e60e9ba
commit ff7b0f43be
43 changed files with 9403 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
void file_initialize();
void save_file(short mode);
void load_file();
void leave_town();
long do_waterfall(long flag);
long init_data(long flag);
void build_data_file(short mode);
short FSWrite(HFILE file,long *len,char *buffer);
short FSRead(HFILE file,long *len,char *buffer);
short FSClose(HFILE file);
short SetFPos(HFILE file, short mode, long len);
void remove_party_from_scen();
void Get_Path(char* path);
void load_items_list();