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 4e0975a commit 81f4238Copy full SHA for 81f4238
game/shared/IVehicle.h
@@ -12,12 +12,13 @@
12
#pragma once
13
#endif
14
15
-#include "baseplayer_shared.h"
+#include "tier0/platform.h"
16
17
class CUserCmd;
18
class IMoveHelper;
19
class CMoveData;
20
class CBaseCombatCharacter;
21
+class CBasePlayer;
22
23
// This is used by the player to access vehicles. It's an interface so the
24
// vehicles are not restricted in what they can derive from.
0 commit comments