FifeGUI 0.2.0
A C++ GUI library designed for games.
fifechan.cpp
1// SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause
2// SPDX-FileCopyrightText: 2004 - 2008 Olof Naessén and Per Larsson
3// SPDX-FileCopyrightText: 2013 - 2026 Fifengine contributors
4
5// Corresponding header include
6#include <fifechan.hpp>
7
8// Platform config include
9#include "fifechan/platform.hpp"
10
11// Project headers (subdirs before local)
12#include "fifechan/version.hpp"
13
14namespace fcn
15{
21 FIFEGUI_API char const * fifechanVersion()
22 {
24 }
25} // namespace fcn
static constexpr char const * get_version()
Get the textual project version.
Definition version.hpp:149
Used replacement tokens by configure_file():
FIFEGUI_API char const * fifechanVersion()
Returns the textual library version.
Definition fifechan.cpp:21