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

add namespace comments to display and graphics namespaces

parent 6c336249
No related branches found
No related tags found
No related merge requests found
Pipeline #3930 passed
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "fggl/gfx/interfaces.hpp" #include "fggl/gfx/interfaces.hpp"
//! Classes responsible for interacting with display managers
namespace fggl::display { namespace fggl::display {
class Window { class Window {
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "fggl/entity/entity.hpp" #include "fggl/entity/entity.hpp"
#include "fggl/modules/module.hpp" #include "fggl/modules/module.hpp"
//! Classes responsible for rendering content
namespace fggl::gfx { namespace fggl::gfx {
struct Bounds { struct Bounds {
......
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