Skip to content

Commit

Permalink
Use forward enum declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed May 23, 2024
1 parent 57a80c2 commit 3d86d93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modes/capture_the_flag.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#include "modes/free_for_all.hpp"

#include "modes/ctf_flag.hpp"

#include <vector>
#include <string>

Expand All @@ -34,6 +32,7 @@ namespace irr
}

class CTFFlag;
enum FlagColor : unsigned int;

class CaptureTheFlag : public FreeForAll
{
Expand Down

0 comments on commit 3d86d93

Please sign in to comment.