FifeGUI
0.2.0
A C++ GUI library designed for games.
src
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
#include <fifechan.hpp>
6
7
#include "fifechan/version.hpp"
8
9
namespace
fcn
10
{
11
FIFEGUI_API
char
const
* fifechanVersion()
12
{
13
return
app_version::get_version();
14
}
15
}
// namespace fcn
Generated by
1.16.1