This commit is contained in:
Paul 2000-12-18 16:58:33 +00:00
parent 0c4309fb16
commit 1fab44452d
4 changed files with 5 additions and 4 deletions

View file

@ -61,7 +61,7 @@ struct FunctionDef
---- */
static FunctionDef s_functionNames[]=
{
{ "setCharacterExpression", 2, }, // character, expression
{ "setCharacterAnimation", 2, }, // character, animation
{ "setText", 1, }, // textId
};
static int s_functionCount=sizeof(s_functionNames)/sizeof(FunctionDef);