FifeGUI 0.3.0
A C++ GUI library designed for games.
opengl.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_BACKENDS_OPENGL_OPENGL_HPP_
6#define INCLUDE_FIFECHAN_BACKENDS_OPENGL_OPENGL_HPP_
7
8// Standard library includes
9
10// Platform config include
11#include "fifechan/platform.hpp"
12
13// Project headers (subdirs before local)
14#include <fifechan/backends/opengl/graphics.hpp>
15#include <fifechan/backends/opengl/image.hpp>
16#include <fifechan/backends/opengl/imageloader.hpp>
17
18#endif // INCLUDE_FIFECHAN_BACKENDS_OPENGL_OPENGL_HPP_