mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
SHERLOCK: Silence GCC warning.
This commit is contained in:
parent
a7f9e4c317
commit
560bc65fc4
@ -109,7 +109,7 @@ enum OpcodeReturn { RET_EXIT = -1, RET_SUCCESS = 0, RET_CONTINUE = 1 };
|
||||
|
||||
class SherlockEngine;
|
||||
class Talk;
|
||||
namespace Scalpel { class ScalpelUserInterface; };
|
||||
namespace Scalpel { class ScalpelUserInterface; }
|
||||
|
||||
typedef OpcodeReturn(Talk::*OpcodeMethod)(const byte *&str);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user