diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-06 00:22:46 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 9f006f18fe497c1ef12cd2973045fadbd500aaac (patch) | |
| tree | fab2f2562efbcfa83188797a966b32bd5810d7cc /src/win95/aw.h | |
| parent | 4508748944c293618d775e346c998f025cf6d1cd (diff) | |
Many warnings cleaned up (Tim Beckmann)
Menus.
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; |
