Rename windows directories to remove spaces. This backslash business is getting old.

This commit is contained in:
Sylae Jiendra Corell
2014-06-17 14:45:17 -06:00
parent 29906153cf
commit a8872eb199
276 changed files with 0 additions and 0 deletions

16
Win32/charedit/graphutl.h Normal file
View 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