diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-10-05 21:43:28 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | e69698d11edfe564cf4940714482856bd2088fd4 (patch) | |
| tree | 0241d4e57c1b8cbe3ba73663acf415c2315a163f /src/fixer.h | |
| parent | 55ddb88c8ecbf0e08fe429a0c3b48c4769217233 (diff) | |
Added the missing support for static on the televisions.
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fixer.h b/src/fixer.h index ced3c91..2479780 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -107,6 +107,14 @@ typedef struct RECT int bottom; } RECT; +typedef struct PALETTEENTRY +{ + BYTE peRed; + BYTE peGreen; + BYTE peBlue; + BYTE peFlags; +} PALETTEENTRY; + #if !defined(__INTEL_COMPILER) typedef int64_t __int64; #else |
