SBSPSS/source/script/function.h
2000-12-15 20:29:33 +00:00

49 lines
1.1 KiB
C

/*=========================================================================
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 */