- Removed the ViewDlog target (since it's deprecated by the new dialog engine)

- Renamed some things for shorter filenames
- Moved the license into the doc folder
- Cleaned up the project internal hierarchy so that it knows of the external file hierarchy (This should reduce the steps needed to fix bad references when a name is changed.)

git-svn-id: http://openexile.googlecode.com/svn/trunk@112 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-07-13 17:26:40 +00:00
parent 1ebab2d72d
commit 9bbfc01c5d
96 changed files with 159 additions and 300 deletions

10
osx/pcedit/pc.fileio.h Normal file
View File

@@ -0,0 +1,10 @@
//bool select_save_location(FSSpec* to_save_ptr);
//void save_file(FSSpec to_save);
//void load_file();
void leave_town();
//long do_waterfall(long flag);
short init_data(short flag);
//long open_pref_file();
//void make_pref_file(FSSpec pref);
//void save_prefs();
void remove_party_from_scen();