Update pictureclass.h

This commit is contained in:
Miker-arosdev 2021-04-05 08:14:39 -07:00 committed by deadwood
parent a939f89a14
commit 5fa1855228
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright © 1995-2020, The AROS Development Team. All rights reserved.
Copyright © 1995-2020, The AROS Development Team. All rights reserved.
$Id$
*/
@ -26,6 +26,8 @@ struct Picture_Data
struct ColorRegister ColMap[256];
UBYTE ColTable[256];
UWORD NumColors;
UWORD NumPictures;
UWORD WhichPicture;
UWORD NumAlloc;
UBYTE SparseTable[256];
UWORD NumSparse;