From 011a3ba327dc1e210f8fc55bb4ebc546fa9fc9ac Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sat, 22 May 2010 23:42:37 +0000 Subject: [PATCH] forgot a file git-svn-id: https://svn.eduke32.com/eduke32@1650 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/editor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polymer/eduke32/build/include/editor.h b/polymer/eduke32/build/include/editor.h index 9337ec772..4d19bd49c 100644 --- a/polymer/eduke32/build/include/editor.h +++ b/polymer/eduke32/build/include/editor.h @@ -59,6 +59,8 @@ extern char program_origcwd[BMAX_PATH]; extern char *mapster32_fullpath; extern char *testplay_addparam; +extern int32_t m32_osd_tryscript; + extern int32_t ExtInit(void); extern int32_t ExtPreInit(int32_t argc,const char **argv); extern void ExtUnInit(void);