1 ////////////////////////////////////////////////////////////////////////////////
7 // Author: Daniel Switkin
9 // Copyright 2003 (c) by Daniel Switkin. This file is made publically available
10 // under the BSD license, with the stipulations that this complete header must
11 // remain at the top of the file indefinitely, and credit must be given to the
12 // original author in any about box using this software.
14 ////////////////////////////////////////////////////////////////////////////////
16 // Additional authors: John Scipione, <jscipione@gmail.com>
18 #ifndef LOAD_PALETTE_H
19 #define LOAD_PALETTE_H
22 #include <SupportDefs.h>
29 uint32
ColorForIndex(int index
);
30 void SetColor(int index
, uint8 red
, uint8 green
, uint8 blue
);
43 #endif // LOAD_PALETTE_H