mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SHERLOCK: Silence GCC warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user