diff options
Diffstat (limited to 'simon/simon.h')
-rw-r--r-- | simon/simon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h index 7f49dc8e84..6cd1b05bea 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -114,6 +114,14 @@ protected: uint32 *_game_offsets_ptr; + uint VGA_DELAY_BASE; + uint TABLE_INDEX_BASE; + uint TEXT_INDEX_BASE; + uint NUM_VIDEO_OP_CODES; + uint VGA_MEM_SIZE; + uint TABLES_MEM_SIZE; + uint MUSIC_INDEX_BASE; + uint SOUND_INDEX_BASE; const GameSpecificSettings *gss; byte _game; |