Initial Import of Win32 Classic Blades of Exile and associated Scenario Editor codes.
Chokboyz git-svn-id: http://openexile.googlecode.com/svn/trunk@70 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
15
Win32/Blades of Exile/GRAPHUTL.H
Normal file
15
Win32/Blades of Exile/GRAPHUTL.H
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _GRAPHUTIL_H
|
||||
#define _GRAPHUTIL_H
|
||||
|
||||
void rect_draw_some_item(HBITMAP src, RECT16 src_rect, HBITMAP dest, RECT16 dest_rect,
|
||||
short trans, short main_win);
|
||||
void fry_dc(HWND hwnd,HDC dc);
|
||||
|
||||
void DisposeGWorld(HBITMAP bitmap);
|
||||
HBITMAP load_pict(short pict_num,HDC);
|
||||
void paint_pattern(HBITMAP dest,short which_mode,RECT dest_rect,short which_pattern);
|
||||
|
||||
/* GK */
|
||||
extern HBITMAP ReadBMP(char * fileName);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user