aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/glkstart.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-02 19:54:32 -0700
committerPaul Gilbert2019-07-06 15:27:09 -0700
commit6a4931106dfa426b8fc59f3ef871bd8b5e25b2db (patch)
treecea308a1b087a160c57819045bc1ccddd58e6c5b /engines/glk/alan3/glkstart.h
parent5dea66231397c52afc7d2cdeae5989fd5edd0604 (diff)
downloadscummvm-rg350-6a4931106dfa426b8fc59f3ef871bd8b5e25b2db.tar.gz
scummvm-rg350-6a4931106dfa426b8fc59f3ef871bd8b5e25b2db.tar.bz2
scummvm-rg350-6a4931106dfa426b8fc59f3ef871bd8b5e25b2db.zip
GLK: ALAN3: Wrap playererr and terminate methods in context
Diffstat (limited to 'engines/glk/alan3/glkstart.h')
-rw-r--r--engines/glk/alan3/glkstart.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/alan3/glkstart.h b/engines/glk/alan3/glkstart.h
index 0d91732d78..004bf9c8a5 100644
--- a/engines/glk/alan3/glkstart.h
+++ b/engines/glk/alan3/glkstart.h
@@ -73,9 +73,6 @@ struct glkunix_startup_t {
/* The list of command-line arguments; this should be defined in your code. */
extern const glkunix_argumentlist_t glkunix_arguments[];
-/* The external function; this should be defined in your code. */
-extern int glkunix_startup_code(glkunix_startup_t *data);
-
} // End of namespace Alan3
} // End of namespace Glk