]> git.sur5r.net Git - cc65/blob - include/geos.h
cosmetic change
[cc65] / include / geos.h
1 /*
2    Supreme GEOS header file
3    includes all other headers
4
5    Maciej 'YTM/Alliance' Witkowiak, 27.10.1999
6 */
7
8
9
10 #ifndef _GEOS_H
11 #define _GEOS_H
12
13
14
15 #ifndef _GCONST_H
16 #include <geos/gconst.h>
17 #endif
18
19 #ifndef _GSTRUCT_H
20 #include <geos/gstruct.h>
21 #endif
22
23 #ifndef _GSYM_H
24 #include <geos/gsym.h>
25 #endif
26
27 #ifndef _GDISK_H
28 #include <geos/gdisk.h>
29 #endif
30
31 #ifndef _GFILE_H
32 #include <geos/gfile.h>
33 #endif
34
35 #ifndef _GPROCESS_H
36 #include <geos/gprocess.h>
37 #endif
38
39 #ifndef _GGRAPH_H
40 #include <geos/ggraph.h>
41 #endif
42
43 #ifndef _GMENU_H
44 #include <geos/gmenu.h>
45 #endif
46
47 #ifndef _GSPRITE_H
48 #include <geos/gsprite.h>
49 #endif
50
51 #ifndef _GMEMORY_H
52 #include <geos/gmemory.h>
53 #endif
54
55 #ifndef _GSYS_H
56 #include <geos/gsys.h>
57 #endif
58
59 #ifndef _GDLGBOX_H
60 #include <geos/gdlgbox.h>
61 #endif
62
63
64
65 /* End of geos.h */
66 #endif
67
68
69