diff options
Diffstat (limited to 'spuencoder.h')
-rw-r--r-- | spuencoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spuencoder.h b/spuencoder.h index 3ee8fa1..e370612 100644 --- a/spuencoder.h +++ b/spuencoder.h @@ -46,6 +46,8 @@ private: uint32_t ncnt; // nibble count int32_t written; // how much data are written + int numColors; // len of tColor array of current bitmap + const tColor* colors; // pointer to tColor array from current bitmap tColor opacity[16]; tColor palcolors[16]; |