FifeGUI
0.2.0
A C++ GUI library designed for games.
fifechan
util
utf8
utf8.hpp
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
#ifndef INCLUDE_FIFECHAN_UTIL_UTF8_UTF8_HPP_
6
#define INCLUDE_FIFECHAN_UTIL_UTF8_UTF8_HPP_
7
8
#include "utf8/checked.hpp"
9
#include "utf8/unchecked.hpp"
10
11
#endif
// INCLUDE_FIFECHAN_UTIL_UTF8_UTF8_HPP_
Generated by
1.16.1