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
|