Skip to content

Commit

Permalink
Correct include guards in GameStateManager
Browse files Browse the repository at this point in the history
  • Loading branch information
hhirsch committed Feb 25, 2018
1 parent dd48f95 commit cad59c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/radix/core/state/GameStateManager.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef RADIX_GAMESTATE_MANAGER_HPP
#define RADIX_GAMESTATE_MANAGER_HPP
#ifndef RADIX_GAME_STATE_MANAGER_HPP
#define RADIX_GAME_STATE_MANAGER_HPP

#include <radix/BaseGame.hpp>
#include <radix/core/event/Event.hpp>
Expand All @@ -20,4 +20,4 @@ class GameStateManager {

} /* namespace radix */

#endif /* RADIX_GAMESTATE_MANAGER_HPP */
#endif /* RADIX_GAME_STATE_MANAGER_HPP */

0 comments on commit cad59c3

Please sign in to comment.