Skip to content
Snippets Groups Projects
Commit 68548799 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

make header define less silly

parent d41d220b
No related branches found
No related tags found
No related merge requests found
......@@ -12,22 +12,23 @@
* If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef FGGL_INCLUDE_FGGL_FGGL_HPP
#define FGGL_INCLUDE_FGGL_FGGL_HPP
#ifndef FGGL_HPP
#define FGGL_HPP
#include "fggl/app.hpp"
#include "fggl/util/service.hpp"
// module system
#include "fggl/modules/manager.hpp"
#include "fggl/data/module.hpp"
#include "fggl/input/module.hpp"
#include "fggl/gui/module.hpp"
#include "fggl/display/glfw/module.hpp"
#include "fggl/gfx/ogl4/module.hpp"
#include "fggl/audio/null_audio.hpp"
#include "fggl/audio/openal/module.hpp"
#include "fggl/gfx/ogl4/module.hpp"
namespace fggl {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment