openclonk/src/mape/cpp-handles/version-handle.h

28 lines
624 B
C

/*
* mape - C4 Landscape.txt editor
*
* Copyright (c) 2005-2009, Armin Burgmeier
*
* Distributed under the terms of the ISC license; see accompanying file
* "COPYING" for details.
*
* "Clonk" is a registered trademark of Matthes Bender, used with permission.
* See accompanying file "TRADEMARK" for details.
*
* To redistribute this file separately, substitute the full license texts
* for the above references.
*/
#ifndef INC_MAPE_C4_VERSION_HANDLE_H
#define INC_MAPE_C4_VERSION_HANDLE_H
#include <glib.h>
G_BEGIN_DECLS
const char* c4_version_get();
G_END_DECLS
#endif /* INC_MAPE_C4_TEXTURE_HANDLE_H */