dxx-rebirth/arch/win32/include/d3dhelp.h
Bradley Bell 9bd1ba7c47 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:30:16 +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