mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
d6c0f9f784
Major DirectDraw restructure/reimplementation, using an improved component object model hierarchy. The implementation currently supports: - DirectDraw over GDI/USER in a window (using DIBsections and asynchronous updates) - XVidMode - XF86DGA2 - All DirectDraw interfaces from versions 1 to 7 (at least in theory) - Hooks for Direct3D interfaces
9 lines
209 B
C
9 lines
209 B
C
/* Copyright 2000 TransGaming Technologies Inc. */
|
|
|
|
#ifndef DDRAW_DSURFACE_THUNKS_H_INCLUDED
|
|
#define DDRAW_DSURFACE_THUNKS_H_INCLUDED
|
|
|
|
extern ICOM_VTABLE(IDirectDrawSurface3) DDRAW_IDDS3_Thunk_VTable;
|
|
|
|
#endif
|