aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/exe.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-03 18:57:06 -0700
committerPaul Gilbert2019-07-06 15:27:09 -0700
commit0f0c2c97e13d01cd77ba9fb489aec77398ce6945 (patch)
tree3992b4db0f385c0116a3562d1b86f902a23c45d6 /engines/glk/alan3/exe.h
parentd185cc58946922939e41aca7c6440804c83b2fae (diff)
downloadscummvm-rg350-0f0c2c97e13d01cd77ba9fb489aec77398ce6945.tar.gz
scummvm-rg350-0f0c2c97e13d01cd77ba9fb489aec77398ce6945.tar.bz2
scummvm-rg350-0f0c2c97e13d01cd77ba9fb489aec77398ce6945.zip
GLK: ALAN3: Move some Glk interface methods to glkio.cpp
Diffstat (limited to 'engines/glk/alan3/exe.h')
-rw-r--r--engines/glk/alan3/exe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/alan3/exe.h b/engines/glk/alan3/exe.h
index a039d6f736..79e77207dd 100644
--- a/engines/glk/alan3/exe.h
+++ b/engines/glk/alan3/exe.h
@@ -59,9 +59,6 @@ extern Aptr strip(bool stripFromBeginningNotEnd, int count, bool stripWordsNotCh
extern Aptr concat(Aptr s1, Aptr s2);
extern char *getStringFromFile(Aword fpos, Aword len);
extern void print(Aword fpos, Aword len);
-extern void setStyle(int style);
-extern void showImage(int image, int align);
-extern void playSound(int sound);
extern void score(Aword sc);
extern void visits(Aword v);
extern void undo(void);