diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index bbacd95b31..c2b58f03b6 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -774,6 +774,7 @@ public: protected: void drawImages(VC10_state *state); void drawImages_Feeble(VC10_state *state); + bool drawImages_clip(VC10_state *state); void delete_vga_timer(VgaTimerEntry * vte); void vcResumeSprite(const byte *code_ptr, uint16 cur_file, uint16 cur_sprite); |