our friend Deprecated conversion is no more :)

This commit is contained in:
Sylae Corell
2014-07-30 11:55:31 -06:00
parent 9a8f37b817
commit 297eae6a94
18 changed files with 64 additions and 76 deletions

View File

@@ -41,7 +41,7 @@ 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);
extern HBITMAP ReadScenFile(char* filename);
extern HBITMAP ReadBMP(char const * fileName);
extern HBITMAP ReadScenFile(char const* filename);
#endif