aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/archetype.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-10-28 20:40:52 -0700
committerPaul Gilbert2019-11-11 18:20:29 -0800
commitbe8501069952b2633cd62939d35dba6fc83bed13 (patch)
treee5b313dd8eb9ace43015895a43a0c9cf4dd934ae /engines/glk/archetype/archetype.h
parent7ee61fa5d4a6dfd6880e48b83a8dae1d485d1e94 (diff)
downloadscummvm-rg350-be8501069952b2633cd62939d35dba6fc83bed13.tar.gz
scummvm-rg350-be8501069952b2633cd62939d35dba6fc83bed13.tar.bz2
scummvm-rg350-be8501069952b2633cd62939d35dba6fc83bed13.zip
GLK: ARCHETYPE: Various startup fixes
Diffstat (limited to 'engines/glk/archetype/archetype.h')
-rw-r--r--engines/glk/archetype/archetype.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/glk/archetype/archetype.h b/engines/glk/archetype/archetype.h
index dec950ca74..f671df3193 100644
--- a/engines/glk/archetype/archetype.h
+++ b/engines/glk/archetype/archetype.h
@@ -73,11 +73,6 @@ private:
void interpret();
/**
- * Loads the text adventure game
- */
- bool loadGame();
-
- /**
* Given an object number, attribute number, anddesired_type, returns the value of the lookup
* in the given result.If the desired_type is LVALUE, then it creates a new attribute node
* in the object's own attribute list(if not already existing) and returns a pointer to it.