openclonk/src/mape/forward.h

40 lines
1.4 KiB
C

/*
* mape - C4 Landscape.txt editor
*
* Copyright (c) 2005-2009 Armin Burgmeier
*
* Portions might be copyrighted by other authors who have contributed
* to OpenClonk.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
* See isc_license.txt for full license and disclaimer.
*
* "Clonk" is a registered trademark of Matthes Bender.
* See clonk_trademark_license.txt for full license.
*/
#ifndef INC_MAPE_FORWARD_H
#define INC_MAPE_FORWARD_H
/*typedef struct MapeGroup_ MapeGroup;*/
typedef struct MapeMaterialMap_ MapeMaterialMap;
typedef struct MapeTextureMap_ MapeTextureMap;
typedef struct MapeFileIcon_ MapeFileIcon;
typedef struct MapeFileIconSet_ MapeFileIconSet;
typedef struct MapeConfigFileEntry_ MapeConfigFileEntry;
typedef struct MapeConfigFile_ MapeConfigFile;
typedef struct MapePreferences_ MapePreferences;
typedef struct MapePreferencesDialog_ MapePreferencesDialog;
typedef struct MapeHeader_ MapeHeader;
typedef struct MapeStatusbar_ MapeStatusbar;
typedef struct MapeDiskView_ MapeDiskView;
typedef struct MapeIconView_ MapeIconView;
typedef struct MapeMatTexView_ MapeMatTexView;
typedef struct MapeEditView_ MapeEditView;
typedef struct MapePreView_ MapePreView;
typedef struct MapeWindow_ MapeWindow;
#endif /* INC_MAPE_FORWARD_H */