Added missing rootconsole extern to sample extension (bug 5402, r=psychonic).
This commit is contained in:
parent
b2e6e6155f
commit
28e25ea718
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user