- 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 84f9d38198
commit d7d848d8b8
41 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
HBITMAP load_pict(short pict_num);
void rect_draw_some_item(HBITMAP src,RECT src_rect,HBITMAP dest,RECT dest_rect,
short trans, short main_win);
void fry_dc(HWND hwnd,HDC dc);
HBITMAP load_pict(short pict_num,HDC model_hdc);
void paint_pattern(HBITMAP dest,short which_mode,RECT dest_rect,short which_pattern);
HBITMAP ReadBMP(char * fileName);