summaryrefslogtreecommitdiff
path: root/src/fixer.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-10-05 21:43:28 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commite69698d11edfe564cf4940714482856bd2088fd4 (patch)
tree0241d4e57c1b8cbe3ba73663acf415c2315a163f /src/fixer.h
parent55ddb88c8ecbf0e08fe429a0c3b48c4769217233 (diff)
Added the missing support for static on the televisions.
Diffstat (limited to 'src/fixer.h')
-rw-r--r--src/fixer.h8
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