28 #ifndef GOB_PREGOB_ONCEUPON_PARENTS_H 29 #define GOB_PREGOB_ONCEUPON_PARENTS_H 31 #include "gob/sound/sounddesc.h" 33 #include "gob/pregob/seqfile.h" 48 const byte *normalPalette,
const byte *brightPalette, uint paletteSize);
55 void handleInput(int16 key, int16 mouseX, int16 mouseY, MouseButtons mouseButtons)
override;
58 static const uint kLoopCount = 7;
60 static const uint16 kLoop[kLoopCount][3];
68 static const char *kSound[kSoundCount];
76 const byte *_normalPalette;
77 const byte *_brightPalette;
83 uint _loopID[kLoopCount];
87 void lightningEffect();
89 void playSound(Sound sound);
90 void setPalette(
const byte *palette, uint size);
92 void drawGCT(uint item, uint loop = 0xFFFF);
99 #endif // GOB_PREGOB_ONCEUPON_PARENTS_H
void handleInput(int16 key, int16 mouseX, int16 mouseY, MouseButtons mouseButtons) override
Definition: sounddesc.h:43
void handleFrameEvent() override