This commit is contained in:
Daveo 2000-08-29 19:54:22 +00:00
parent e9f123dec7
commit 74ac11a27f
40 changed files with 6829 additions and 0 deletions

61
source/system/info.h Normal file
View file

@ -0,0 +1,61 @@
/*=========================================================================
INFO.H
Author:
Created:
Project:
Purpose:
Copyright (c) 1998 Climax Development Ltd
===========================================================================*/
#ifndef __SYSTEM_INFO_H__
#define __SYSTEM_INFO_H__
/*----------------------------------------------------------------------
Includes
-------- */
/* Std Lib
------- */
/* Glib
---- */
/* Local
----- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
/*----------------------------------------------------------------------
Globals
------- */
/* Vars
---- */
/* Data
---- */
extern char INF_Version[];
extern char INF_Territory[];
extern char INF_FileSystem[];
/* Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __SYSTEM_INFO_H__ */
/*===========================================================================
end */