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
|
#if defined SMEXT_ENABLE_NINVOKE
|
||||||
extern INativeInterface *ninvoke;
|
extern INativeInterface *ninvoke;
|
||||||
#endif
|
#endif
|
||||||
|
#if defined SMEXT_ENABLE_ROOTCONSOLEMENU
|
||||||
|
extern IRootConsole *rootconsole;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined SMEXT_CONF_METAMOD
|
#if defined SMEXT_CONF_METAMOD
|
||||||
PLUGIN_GLOBALVARS();
|
PLUGIN_GLOBALVARS();
|
||||||
|
Loading…
Reference in New Issue
Block a user