Add v0.7 source
This commit is contained in:
commit
3c253c2cf8
188 changed files with 52566 additions and 0 deletions
12
src/win-ddraw.h
Normal file
12
src/win-ddraw.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void ddraw_init(HWND h);
|
||||
void ddraw_close();
|
||||
|
||||
void ddraw_blit_memtoscreen(int x, int y, int y1, int y2, int w, int h);
|
||||
void ddraw_blit_memtoscreen_8(int x, int y, int w, int h);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in a new issue