Added missing rootconsole extern to sample extension (bug 5402, r=psychonic).

This commit is contained in:
GoD-Tony 2013-02-17 21:47:19 -05:00
parent b2e6e6155f
commit 28e25ea718

View File

@ -298,6 +298,9 @@ extern ITranslator *translator;
#if defined SMEXT_ENABLE_NINVOKE
extern INativeInterface *ninvoke;
#endif
#if defined SMEXT_ENABLE_ROOTCONSOLEMENU
extern IRootConsole *rootconsole;
#endif
#if defined SMEXT_CONF_METAMOD
PLUGIN_GLOBALVARS();