SHERLOCK: Implemented printObjectDesc
This commit is contained in:
parent
0f52dcc561
commit
5e45abcca4
10 changed files with 316 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue