1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Remove not used include from IVehicle

This commit is contained in:
unknown 2023-10-01 23:54:46 +03:00
parent 4e0975afe5
commit 81f4238e6c

View File

@ -12,12 +12,13 @@
#pragma once
#endif
#include "baseplayer_shared.h"
#include "tier0/platform.h"
class CUserCmd;
class IMoveHelper;
class CMoveData;
class CBaseCombatCharacter;
class CBasePlayer;
// This is used by the player to access vehicles. It's an interface so the
// vehicles are not restricted in what they can derive from.