Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 11, 2024
1 parent 453ae56 commit 7d4d3d6
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions include/silvergun/cmp/background.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -14,7 +14,7 @@

#include <allegro5/allegro.h>

#include "wtengine/cmp/gfx.hpp"
#include "silvergun/cmp/gfx.hpp"

namespace wte::cmp::gfx {

Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/cmp/bounding_box.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,7 +8,7 @@
#if !defined(WTE_CMP_BOUNDING_BOX_HPP)
#define WTE_CMP_BOUNDING_BOX_HPP

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

namespace wte::cmp {

Expand Down
2 changes: 1 addition & 1 deletion include/silvergun/cmp/component.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand Down
10 changes: 5 additions & 5 deletions include/silvergun/cmp/dispatcher.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -10,11 +10,11 @@

#include <functional>

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

#include "wtengine/_globals/message.hpp"
#include "wtengine/mgr/messages.hpp"
#include "wtengine/mgr/world.hpp"
#include "silvergun/_globals/message.hpp"
#include "silvergun/mgr/messages.hpp"
#include "silvergun/mgr/world.hpp"

namespace wte::mgr {
class messages;
Expand Down
8 changes: 4 additions & 4 deletions include/silvergun/cmp/gfx.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -12,10 +12,10 @@

#include <allegro5/allegro.h>

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

#include "wtengine/_globals/wte_asset.hpp"
#include "wtengine/mgr/world.hpp"
#include "silvergun/_globals/wte_asset.hpp"
#include "silvergun/mgr/world.hpp"

namespace wte::mgr::gfx {
class renderer;
Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/cmp/hitbox.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,7 +8,7 @@
#if !defined(WTE_CMP_HITBOX_HPP)
#define WTE_CMP_HITBOX_HPP

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

namespace wte::cmp {

Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/cmp/location.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,7 +8,7 @@
#if !defined(WTE_CMP_LOCATION_HPP)
#define WTE_CMP_LOCATION_HPP

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

namespace wte::cmp {

Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/cmp/motion.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,7 +8,7 @@
#if !defined(WTE_CMP_MOTION_HPP)
#define WTE_CMP_MOTION_HPP

#include "wtengine/cmp/component.hpp"
#include "silvergun/cmp/component.hpp"

namespace wte::cmp {

Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/cmp/overlay.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -15,7 +15,7 @@
#include <allegro5/allegro.h>
#include <allegro5/allegro_font.h>

#include "wtengine/cmp/gfx.hpp"
#include "silvergun/cmp/gfx.hpp"

namespace wte::cmp::gfx {

Expand Down
12 changes: 6 additions & 6 deletions include/silvergun/cmp/sprite.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -16,12 +16,12 @@
#include <allegro5/allegro.h>
#include <allegro5/allegro_image.h>

#include "wtengine/cmp/gfx.hpp"
#include "silvergun/cmp/gfx.hpp"

#include "wtengine/_debug/exceptions.hpp"
#include "wtengine/_globals/_defines.hpp"
#include "wtengine/_globals/engine_time.hpp"
#include "wtengine/mgr/world.hpp"
#include "silvergun/_debug/exceptions.hpp"
#include "silvergun/_globals/_defines.hpp"
#include "silvergun/_globals/engine_time.hpp"
#include "silvergun/mgr/world.hpp"

namespace wte::mgr::gfx {
class renderer;
Expand Down
18 changes: 9 additions & 9 deletions include/silvergun/mgr/_managers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,13 +8,13 @@
#if !defined(WTE_MGR_MANAGERS_HPP)
#define WTE_MGR_MANAGERS_HPP

#include "wtengine/mgr/assets.hpp"
#include "wtengine/mgr/audio.hpp"
#include "wtengine/mgr/messages.hpp"
#include "wtengine/mgr/renderer.hpp"
#include "wtengine/mgr/spawner.hpp"
#include "wtengine/mgr/systems.hpp"
#include "wtengine/mgr/variables.hpp"
#include "wtengine/mgr/world.hpp"
#include "silvergun/mgr/assets.hpp"
#include "silvergun/mgr/audio.hpp"
#include "silvergun/mgr/messages.hpp"
#include "silvergun/mgr/renderer.hpp"
#include "silvergun/mgr/spawner.hpp"
#include "silvergun/mgr/systems.hpp"
#include "silvergun/mgr/variables.hpp"
#include "silvergun/mgr/world.hpp"

#endif
12 changes: 6 additions & 6 deletions include/silvergun/mgr/assets.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -15,12 +15,12 @@

#include <allegro5/allegro.h>

#include "wtengine/mgr/manager.hpp"
#include "silvergun/mgr/manager.hpp"

#include "wtengine/_debug/exceptions.hpp"
#include "wtengine/_globals/_defines.hpp"
#include "wtengine/_globals/engine_time.hpp"
#include "wtengine/_globals/wte_asset.hpp"
#include "silvergun/_debug/exceptions.hpp"
#include "silvergun/_globals/_defines.hpp"
#include "silvergun/_globals/engine_time.hpp"
#include "silvergun/_globals/wte_asset.hpp"

namespace wte {
class engine;
Expand Down
16 changes: 8 additions & 8 deletions include/silvergun/mgr/audio.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -14,14 +14,14 @@
#include <allegro5/allegro.h>
#include <allegro5/allegro_audio.h>

#include "wtengine/mgr/manager.hpp"
#include "silvergun/mgr/manager.hpp"

#include "wtengine/_globals/_defines.hpp"
#include "wtengine/_globals/commands.hpp"
#include "wtengine/_globals/message.hpp"
#include "wtengine/_globals/wte_asset.hpp"
#include "wtengine/mgr/assets.hpp"
#include "wtengine/config.hpp"
#include "silvergun/_globals/_defines.hpp"
#include "silvergun/_globals/commands.hpp"
#include "silvergun/_globals/message.hpp"
#include "silvergun/_globals/wte_asset.hpp"
#include "silvergun/mgr/assets.hpp"
#include "silvergun/config.hpp"

namespace wte {
class engine;
Expand Down
4 changes: 2 additions & 2 deletions include/silvergun/mgr/manager.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -8,7 +8,7 @@
#if !defined(WTE_MGR_MANAGER_HPP)
#define WTE_MGR_MANAGER_HPP

#include "wtengine/_debug/exceptions.hpp"
#include "silvergun/_debug/exceptions.hpp"

namespace wte::mgr {

Expand Down
16 changes: 8 additions & 8 deletions include/silvergun/mgr/messages.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* wtengine
* silvergun
* --------
* By Matthew Evans
* See LICENSE.md for copyright information.
Expand All @@ -20,14 +20,14 @@
#include <allegro5/allegro.h>
#include <allegro5/allegro_physfs.h>

#include "wtengine/mgr/manager.hpp"
#include "silvergun/mgr/manager.hpp"

#include "wtengine/_debug/exceptions.hpp"
#include "wtengine/_globals/_defines.hpp"
#include "wtengine/_globals/engine_time.hpp"
#include "wtengine/_globals/message.hpp"
#include "wtengine/cmp/dispatcher.hpp"
#include "wtengine/mgr/world.hpp"
#include "silvergun/_debug/exceptions.hpp"
#include "silvergun/_globals/_defines.hpp"
#include "silvergun/_globals/engine_time.hpp"
#include "silvergun/_globals/message.hpp"
#include "silvergun/cmp/dispatcher.hpp"
#include "silvergun/mgr/world.hpp"

namespace wte {
class engine;
Expand Down

0 comments on commit 7d4d3d6

Please sign in to comment.