Added ProcessTargetString simple filter API (bug 4404, r=ds).

This commit is contained in:
David Anderson
2010-05-13 12:28:51 -07:00
parent fb28f4bcd0
commit 28217f10cb
11 changed files with 403 additions and 3 deletions
+2
View File
@@ -52,6 +52,7 @@ IPluginManager *pluginsys;
IForwardManager *forwardsys;
ITimerSystem *timersys;
ServerGlobals serverGlobals;
IPlayerManager *playerhelpers;
static sm_logic_t logic =
{
@@ -79,6 +80,7 @@ static void logic_init(const sm_core_t* core, sm_logic_t* _logic)
pluginsys = core->pluginsys;
forwardsys = core->forwardsys;
timersys = core->timersys;
playerhelpers = core->playerhelpers;
}
PLATFORM_EXTERN_C ITextParsers *get_textparsers()