mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +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;
|
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) {
|
PtrResource::PtrResource(BoltFilesState &state, const byte *src) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user