Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Game Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Game Development
Game Library
Commits
9aa27188
Commit
9aa27188
authored
1 year ago
by
Joseph Walton-Rivers
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/fggl/display/window.hpp
+1
-0
1 addition, 0 deletions
include/fggl/display/window.hpp
include/fggl/gfx/interfaces.hpp
+1
-0
1 addition, 0 deletions
include/fggl/gfx/interfaces.hpp
with
2 additions
and
0 deletions
include/fggl/display/window.hpp
+
1
−
0
View file @
9aa27188
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
include/fggl/gfx/interfaces.hpp
+
1
−
0
View file @
9aa27188
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment