SBSPSS/source/script/function.h

49 lines
1.1 KiB
C
Raw Normal View History

2000-12-14 22:46:02 +01:00
/*=========================================================================
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
--------- */
2000-12-15 21:29:33 +01:00
signed short callFunction(int _functionNumber,int _argCount,unsigned short *_args);
2000-12-14 22:46:02 +01:00
/*---------------------------------------------------------------------- */
#endif /* __SCRIPT_FUNCTION_H__ */
/*===========================================================================
end */