Use forward enum declaration
This commit is contained in:
parent
57a80c209a
commit
3d86d93769
@ -20,8 +20,6 @@
|
||||
|
||||
#include "modes/free_for_all.hpp"
|
||||
|
||||
#include "modes/ctf_flag.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
@ -34,6 +32,7 @@ namespace irr
|
||||
}
|
||||
|
||||
class CTFFlag;
|
||||
enum FlagColor : unsigned int;
|
||||
|
||||
class CaptureTheFlag : public FreeForAll
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user