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/free_for_all.hpp"
|
||||||
|
|
||||||
#include "modes/ctf_flag.hpp"
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@ -34,6 +32,7 @@ namespace irr
|
|||||||
}
|
}
|
||||||
|
|
||||||
class CTFFlag;
|
class CTFFlag;
|
||||||
|
enum FlagColor : unsigned int;
|
||||||
|
|
||||||
class CaptureTheFlag : public FreeForAll
|
class CaptureTheFlag : public FreeForAll
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user