SBSPSS/Utils/Scripter/prepro.h
2000-12-11 19:43:04 +00:00

48 lines
1.1 KiB
C

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