diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1134,6 +1134,7 @@ public: void initVirtScreen(int slot, int top, int height, bool twobufs, bool fourextra); void initBGBuffers(); void initCycl(byte *ptr); // Color cycle + void createSpecialPalette(int16 a, int16 b, int16 c, int16 d, int16 e, int16 colorMin, int16 colorMax); void drawObject(int obj, int arg); void drawRoomObjects(int arg); |