aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index d7dd188ac7..65b196aff6 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -729,11 +729,13 @@ protected:
uint8 *_offscreenBuffer;
uint8 _paletteBuffer[256 * 4];
- static OpcodeProc _opcodesTable[NUM_OPCODES];
static SpriteData _spritesTable[NUM_SPRITES];
static const uint8 _directionsTable[];
static char _saveLoadDescriptionsTable[10][33];
static const Common::Rect _inventoryAreasTable[13];
+
+ const OpcodeProc *_opcodesTable;
+ void setupOpcodes();
};
/*