diff options
author | Paul Gilbert | 2012-09-29 09:33:42 +1000 |
---|---|---|
committer | Paul Gilbert | 2012-09-29 09:33:42 +1000 |
commit | 92313216dd0b9a42de528ccab02f87d1894dff2c (patch) | |
tree | b71dcc55f06d2e908d252377cd2050e8a5c96998 /engines/hopkins/talk.cpp | |
parent | 3594a691abbc678cf8c31dd94b54453ed0534335 (diff) | |
download | scummvm-rg350-92313216dd0b9a42de528ccab02f87d1894dff2c.tar.gz scummvm-rg350-92313216dd0b9a42de528ccab02f87d1894dff2c.tar.bz2 scummvm-rg350-92313216dd0b9a42de528ccab02f87d1894dff2c.zip |
HOPKINS: Implemented more graphics and object methods
Diffstat (limited to 'engines/hopkins/talk.cpp')
-rw-r--r-- | engines/hopkins/talk.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp index 12a8b83b76..49ad99971a 100644 --- a/engines/hopkins/talk.cpp +++ b/engines/hopkins/talk.cpp @@ -933,4 +933,13 @@ bool TalkManager::RECHERCHE_ANIM_PERSO(int a1, const byte *bufPerso, int a3, int return result; } +void TalkManager::REPONSE(int a1, int a2) { + warning("TODO: RESPONSE"); +} + +void TalkManager::REPONSE2(int a1, int a2) { + warning("TODO: RESPONSE2"); +} + + } // End of namespace Hopkins |