diff options
Diffstat (limited to 'game/client/tf2/c_vehicle_tank.h')
| -rw-r--r-- | game/client/tf2/c_vehicle_tank.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/game/client/tf2/c_vehicle_tank.h b/game/client/tf2/c_vehicle_tank.h new file mode 100644 index 0000000..7033962 --- /dev/null +++ b/game/client/tf2/c_vehicle_tank.h @@ -0,0 +1,14 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef C_VEHICLE_TANK_H +#define C_VEHICLE_TANK_H +#ifdef _WIN32 +#pragma once +#endif + + +#endif // C_VEHICLE_TANK_H |