From 28e25ea718bfc5d384a20a2024fcbae469da57e4 Mon Sep 17 00:00:00 2001 From: GoD-Tony Date: Sun, 17 Feb 2013 21:47:19 -0500 Subject: [PATCH] Added missing rootconsole extern to sample extension (bug 5402, r=psychonic). --- public/sample_ext/sdk/smsdk_ext.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/sample_ext/sdk/smsdk_ext.h b/public/sample_ext/sdk/smsdk_ext.h index 024a9f41..34261bf1 100644 --- a/public/sample_ext/sdk/smsdk_ext.h +++ b/public/sample_ext/sdk/smsdk_ext.h @@ -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();