SHERLOCK: Implemented Journal::drawInterface
This commit is contained in:
parent
8ee0214342
commit
9c24ae7590
3 changed files with 91 additions and 0 deletions
|
@ -1127,6 +1127,10 @@ void UserInterface::doTalkControl() {
|
|||
}
|
||||
|
||||
void UserInterface::journalControl() {
|
||||
Journal &journal = *_vm->_journal;
|
||||
|
||||
journal.drawInterface();
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue