dxx-rebirth/arch/win32/include/d3dhelp.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

12 lines
294 B
C

#ifndef D3DHELP_H_
#define D3DHELP_H_
void Win32_Rect(int left, int top, int right, int bot, int iSurf, int iCol);
#ifndef __cplusplus
void Win32_BlitLinearToDirectX_bm(grs_bitmap *bm, int sx, int sy,
int w, int h, int dx, int dy, int mask);
#endif
void Win32_InvalidatePages(void);
#endif