projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added mappings for a few messages.
[wine]
/
dlls
/
ddraw
/
dsurface
/
thunks.h
1
/* Copyright 2000 TransGaming Technologies Inc. */
2
3
#ifndef DDRAW_DSURFACE_THUNKS_H_INCLUDED
4
#define DDRAW_DSURFACE_THUNKS_H_INCLUDED
5
6
extern ICOM_VTABLE(IDirectDrawSurface3) DDRAW_IDDS3_Thunk_VTable;
7
8
#endif