You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
5 years ago
|
//========= 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
|