1 /*
2 
3 	projtext.h
4 
5 	Created 12 Nov 97 by DHM: Project specific text type
6 
7 */
8 
9 #ifndef _projtext
10 #define _projtext 1
11 
12 #ifdef __cplusplus
13 	extern "C" {
14 #endif
15 
16 /* Version settings *****************************************************/
17 
18 /* Constants  ***********************************************************/
19 
20 /* Macros ***************************************************************/
21 
22 /* Type definitions *****************************************************/
23 
24 	typedef char ProjChar;
25 
26 /* Exported globals *****************************************************/
27 
28 /* Function prototypes **************************************************/
29 
30 
31 
32 /* End of the header ****************************************************/
33 
34 
35 #ifdef __cplusplus
36 	};
37 #endif
38 
39 #endif
40