SHERLOCK: Implemented printObjectDesc

This commit is contained in:
Paul Gilbert 2015-03-26 21:40:24 -04:00
parent 0f52dcc561
commit 5e45abcca4
10 changed files with 316 additions and 75 deletions

View file

@ -36,7 +36,7 @@ Inventory::~Inventory() {
freeGraphics();
}
void Inventory::freeInventory() {
void Inventory::freeInv() {
freeGraphics();
_names.clear();
@ -116,4 +116,8 @@ int Inventory::findInv(const Common::String &name) {
return result;
}
void Inventory::putInv(int slamit) {
// TODO
}
} // End of namespace Sherlock