VOYEUR: Implement stubs for thread methods needed by playStamp

This commit is contained in:
Paul Gilbert 2013-12-09 22:28:53 -05:00
parent 03f7fb64db
commit 9cb1122a98

View File

@ -1536,6 +1536,24 @@ bool ThreadResource::chooseSTAMPButton(int idx) {
return false;
}
void ThreadResource::parsePlayCommands() {
}
int ThreadResource::doApt() {
warning("TODO: doApt");
return 0;
}
void ThreadResource::doRoom() {
warning("TODO: doRoom");
}
int ThreadResource::doInterface() {
warning("TODO: doInterface");
return 0;
}
/*------------------------------------------------------------------------*/
PtrResource::PtrResource(BoltFilesState &state, const byte *src) {