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

move around some headers to make code easier to use

parent a5647fea
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
#ifndef FGGL_INCLUDE_FGGL_FGGL_HPP #ifndef FGGL_INCLUDE_FGGL_FGGL_HPP
#define FGGL_INCLUDE_FGGL_FGGL_HPP #define FGGL_INCLUDE_FGGL_FGGL_HPP
#include <fggl/app.hpp> #include "fggl/app.hpp"
#include "fggl/util/service.hpp"
namespace fggl { namespace fggl {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef FGGL_GFX_OGL_BACKEND_HPP #ifndef FGGL_GFX_OGL_BACKEND_HPP
#define FGGL_GFX_OGL_BACKEND_HPP #define FGGL_GFX_OGL_BACKEND_HPP
#include <fggl/gfx/ogl/common.hpp> #include "common.hpp"
#include <fggl/gfx/window.hpp> #include <fggl/gfx/window.hpp>
#include <stdexcept> #include <stdexcept>
......
...@@ -122,7 +122,6 @@ namespace fggl::gfx { ...@@ -122,7 +122,6 @@ namespace fggl::gfx {
}; };
using OpenGL4 = OpenGL4Backend; using OpenGL4 = OpenGL4Backend;
}; // namespace fggl::gfx }; // namespace fggl::gfx
#endif #endif
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