A try at standardizing filenames' case in the Classic BoE branch (Win32), as described in the Issue 25.

(Character Editor)

Chokboyz

git-svn-id: http://openexile.googlecode.com/svn/trunk@152 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2010-07-12 04:04:39 +00:00
parent bfdb5f19f8
commit 86e61066e8
39 changed files with 7142 additions and 46 deletions

View File

@@ -0,0 +1,14 @@
void file_initialize();
void save_file(short mode);
void load_file();
void leave_town();
void get_reg_data();
void remove_party_from_scen();
void Get_Path(char* path);
short load_items_list();
void load_town_strings(short which_town);
void port_scenario(scenario_data_type *scenario);
void port_item_list();
void flip_short(short *s);
void flip_rect(RECT16 *s);
void flip_spec_node(special_node_type *spec);