blob: adbe60b3cb30d5a2479197d2f170e9a93a0f16c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef VEHICLE_MORTAR_SHARED_H
#define VEHICLE_MORTAR_SHARED_H
#ifdef _WIN32
#pragma once
#endif
// How long it takes to deploy the mortar.
#define VEHICLE_MORTAR_DEPLOY_WAIT_TIME 3
#endif // VEHICLE_MORTAR_SHARED_H
|