Files
oboe/Win32/Blades of Exile Char Editor/EDFILEIO.H
Chokboyz 9ed2738f6c Blades of Exile Win32 Character Editor v1.0.0 release.
Changelog :
- The character editor now search the right help file.
- If sounds are desactivated in the game, they will now be desactivated in the character editor as well.
- Reorganised menus.
- Implemented a "Save as" option. "Save" now overwrite the loaded file.

git-svn-id: http://openexile.googlecode.com/svn/trunk@40 4ebdad44-0ea0-11de-aab3-ff745001d230
2009-04-28 01:24:27 +00:00

15 lines
408 B
C

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);