We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77834d commit c5f89d7Copy full SHA for c5f89d7
src/game/server/infclass/entities/hero-flag.cpp
@@ -2,11 +2,11 @@
2
/* If you are missing that file, acquire a complete release at teeworlds.com. */
3
#include "hero-flag.h"
4
5
-#include <game/server/gamecontext.h>
6
-#include <engine/server/server.h>
+#include <engine/server.h>
7
#include <engine/server/roundstatistics.h>
8
#include <engine/shared/config.h>
9
+#include <game/server/gamecontext.h>
10
#include <game/server/infclass/classes/humans/human.h>
11
#include <game/server/infclass/entities/ic_character.h>
12
#include <game/server/infclass/ic_gamecontroller.h>
0 commit comments