SBSPSS/Utils/Scripter/var.h
2000-12-08 20:42:35 +00:00

49 lines
1.1 KiB
C

/*=========================================================================
var.h
Author: PKG
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __VAR_H__
#define __VAR_H__
/*----------------------------------------------------------------------
Includes
-------- */
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
extern int lookupVarName(char *_name);
/*---------------------------------------------------------------------- */
#endif /* __VAR_H__ */
/*===========================================================================
end */