This commit is contained in:
Paul 2000-12-14 21:46:02 +00:00
parent 7f6a1a06b9
commit ffca3d15d5
2 changed files with 114 additions and 0 deletions

45
source/script/function.h Normal file
View file

@ -0,0 +1,45 @@
/*=========================================================================
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
--------- */
/*---------------------------------------------------------------------- */
#endif /* __SCRIPT_FUNCTION_H__ */
/*===========================================================================
end */