diff options
Diffstat (limited to 'src/win95/aw.h')
| -rw-r--r-- | src/win95/aw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win95/aw.h b/src/win95/aw.h index 62c85db..902d9f4 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -19,6 +19,8 @@ typedef DIRECTDRAWSURFACE DDSurface; typedef struct DIRECT3DTEXTURE { + unsigned char *buf; + int id; int w; |
