/*========================================================================= function.h Author: PKG Created: Project: Spongebob Purpose: Copyright (c) 2000 Climax Development Ltd ===========================================================================*/ #ifndef __SCRIPT_FUNCTION_H__ #define __SCRIPT_FUNCTION_H__ /*---------------------------------------------------------------------- Includes -------- */ /* Std Lib ------- */ /*---------------------------------------------------------------------- Tyepdefs && Defines ------------------- */ /*---------------------------------------------------------------------- Structure defintions -------------------- */ /*---------------------------------------------------------------------- Globals ------- */ /*---------------------------------------------------------------------- Functions --------- */ signed short callFunction(int _functionNumber,int _argCount,unsigned short *_args); /*---------------------------------------------------------------------- */ #endif /* __SCRIPT_FUNCTION_H__ */ /*=========================================================================== end */