____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"#include <guichan/actionlistener.h>#include <guichan/graphics.h>#include <guichan/color.h>#include <guichan/exception.h>#include <guichan/focushandler.h>#include <guichan/font.h>#include <guichan/gui.h>#include <guichan/image.h>#include <guichan/imagefont.h>#include <guichan/imageloader.h>#include <guichan/input.h>#include <guichan/key.h>#include <guichan/keyinput.h>#include <guichan/keylistener.h>#include <guichan/listmodel.h>#include <guichan/mouseinput.h>#include <guichan/mouselistener.h>#include <guichan/rectangle.h>#include <guichan/cliprectangle.h>#include <guichan/widget.h>#include <guichan/widgets/button.h>#include <guichan/widgets/checkbox.h>#include <guichan/widgets/container.h>#include <guichan/widgets/dropdown.h>#include <guichan/widgets/icon.h>#include <guichan/widgets/label.h>#include <guichan/widgets/listbox.h>#include <guichan/widgets/scrollarea.h>#include <guichan/widgets/slider.h>#include <guichan/widgets/radiobutton.h>#include <guichan/widgets/textbox.h>#include <guichan/widgets/textfield.h>#include <guichan/widgets/window.h>#include "guichan/platform.h"Go to the source code of this file.
Functions | |
| GCN_CORE_DECLSPEC const char * | gcnGuichanVersion () |
| GCN_CORE_DECLSPEC const char* gcnGuichanVersion | ( | ) |
Gets the the version of Guichan. As it is a C function it can be used to check for Guichan with autotools.
Definition at line 61 of file guichan.cpp.
1.5.6