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

30 lines
764 B
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_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 */