mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
VOYEUR: Implement stubs for thread methods needed by playStamp
This commit is contained in:
parent
03f7fb64db
commit
9cb1122a98
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user