diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index ea27c5b412..6d36f711f5 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -938,6 +938,8 @@ protected: void o100_quitPauseRestart(); void o100_cursorCommand(); void o100_wait(); + void o100_unknown27(); + void o100_getPaletteData(); void o100_unknown25(); }; |