OpenClonk
forward.h
Go to the documentation of this file.
1 /*
2  * mape - C4 Landscape.txt editor
3  *
4  * Copyright (c) 2005-2009, Armin Burgmeier
5  *
6  * Distributed under the terms of the ISC license; see accompanying file
7  * "COPYING" for details.
8  *
9  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
10  * See accompanying file "TRADEMARK" for details.
11  *
12  * To redistribute this file separately, substitute the full license texts
13  * for the above references.
14  */
15 
16 #ifndef INC_MAPE_FORWARD_H
17 #define INC_MAPE_FORWARD_H
18 
19 /*typedef struct MapeGroup_ MapeGroup;*/
20 /*typedef struct MapeMaterialMap_ MapeMaterialMap;*/
21 /*typedef struct MapeTextureMap_ MapeTextureMap;*/
22 typedef struct MapeFileIcon_ MapeFileIcon;
23 typedef struct MapeFileIconSet_ MapeFileIconSet;
25 typedef struct MapeConfigFile_ MapeConfigFile;
26 typedef struct MapePreferences_ MapePreferences;
28 typedef struct MapeHeader_ MapeHeader;
29 typedef struct MapeStatusbar_ MapeStatusbar;
30 typedef struct MapeDiskView_ MapeDiskView;
31 typedef struct MapeIconView_ MapeIconView;
32 typedef struct MapeMatTexView_ MapeMatTexView;
33 typedef struct MapeEditView_ MapeEditView;
34 typedef struct MapePreView_ MapePreView;
35 typedef struct MapeWindow_ MapeWindow;
36 
37 #endif /* INC_MAPE_FORWARD_H */
Definition: configfile.h:22