forgot a file

git-svn-id: https://svn.eduke32.com/eduke32@1650 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2010-05-22 23:42:37 +00:00
parent 02379ee1d2
commit 011a3ba327
1 changed files with 2 additions and 0 deletions

View File

@ -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);