fixed build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401945
This commit is contained in:
David Anderson 2008-03-17 00:07:58 +00:00
parent 2a7e1f5bc0
commit aebdfea1ff

View File

@ -247,6 +247,7 @@ static cell_t sm_ArcTangent2(IPluginContext *pCtx, const cell_t *params)
return sp_ftoc(val1);
}
#if 0
static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params)
{
float val = sp_ctof(params[1]);
@ -282,6 +283,7 @@ static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params)
return static_cast<int>(val);
}
#endif
REGISTER_NATIVES(floatnatives)
{