SBSPSS/Utils/Scripter/var.h

49 lines
1.1 KiB
C
Raw Normal View History

2000-12-08 21:42:35 +01:00
/*=========================================================================
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 */