diff options
author | Paul Gilbert | 2016-04-01 22:17:37 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-04-01 22:17:37 -0400 |
commit | 1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5 (patch) | |
tree | fb8918dffa66b3c390a0faf055188f6098c6fb7c /engines/titanic/pet_control/pet_control_sub12.cpp | |
parent | 7ef899f18d17bebf0bec01a8455cd6e23b94268c (diff) | |
download | scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.gz scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.tar.bz2 scummvm-rg350-1b8ffff10e164d1fe7c03ef9a35aeb8f7ca3c5e5.zip |
TITANIC: Implement overall PET inventory draw method
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub12.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub12.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub12.cpp b/engines/titanic/pet_control/pet_control_sub12.cpp index 2bba6747b9..44335f3b5a 100644 --- a/engines/titanic/pet_control/pet_control_sub12.cpp +++ b/engines/titanic/pet_control/pet_control_sub12.cpp @@ -105,4 +105,8 @@ void CPetControlSub12::load(SimpleFile *file, int param) { } } +void CPetControlSub12::draw(CScreenManager *screenManager) { + warning("TODO: CPetControlSub12::draw"); +} + } // End of namespace Titanic |