aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 0456051f4e..0a48630f6a 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -29,6 +29,7 @@
#include "common/util.h"
#include "simon/midi.h"
#include "simon/sound.h"
+#include "simon/vga.h"
class GameDetector;
@@ -755,6 +756,8 @@ public:
void vc72_play_track_2();
void vc73_setMark();
void vc74_clearMark();
+
+ // Feeble specific Video Script Opcodes
void vc75_setScale();
void vc76_setScaleXOffs();
void vc77_setScaleYOffs();
@@ -767,6 +770,9 @@ public:
void vc84_stopSoundLoop();
protected:
+ void drawImages(VC10_state *state);
+ void drawImages_Feeble(VC10_state *state);
+
void delete_vga_timer(VgaTimerEntry * vte);
void vc_resume_sprite(const byte *code_ptr, uint16 cur_file, uint16 cur_sprite);
int vc_read_var_or_word();