mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
SCI: remove classname from header to fix build
svn-id: r47754
This commit is contained in:
parent
7184fa3bad
commit
b21255509a
@ -51,7 +51,7 @@ public:
|
||||
void kernelSetFlag(uint16 fromColor, uint16 toColor, uint16 flag);
|
||||
void kernelUnsetFlag(uint16 fromColor, uint16 toColor, uint16 flag);
|
||||
void kernelSetIntensity(uint16 fromColor, uint16 toColor, uint16 intensity, bool setPalette);
|
||||
int16 GfxPalette::kernelFindColor(uint16 r, uint16 g, uint16 b);
|
||||
int16 kernelFindColor(uint16 r, uint16 g, uint16 b);
|
||||
bool kernelAnimate(byte fromColor, byte toColor, int speed);
|
||||
void kernelAnimateSet();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user