Initial Win32 Character Editor import
git-svn-id: http://openexile.googlecode.com/svn/trunk@21 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
16
Win32/Blades of Exile Char Editor/GRAPHUTL.H
Normal file
16
Win32/Blades of Exile Char Editor/GRAPHUTL.H
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _GRAPHUTL_H
|
||||
#define _GRAPHUTL_H
|
||||
|
||||
HBITMAP load_pict(short pict_num,HDC model_hdc);
|
||||
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) ;
|
||||
void DisposeGWorld(HBITMAP bitmap);
|
||||
void SectRect(RECT *a, RECT *b, RECT *c);
|
||||
Boolean Button();
|
||||
void paint_pattern(HBITMAP dest,short which_mode,RECT dest_rect,short which_pattern);
|
||||
|
||||
/* GK */
|
||||
HBITMAP ReadBMP(char * fileName);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user