summaryrefslogtreecommitdiff
path: root/game/server/tf2/order_mortar_attack.h
blob: 5162fdc89ee495156970d75e118d64b5237d0f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

#ifndef ORDER_BUILDMORTAR_H
#define ORDER_BUILDMORTAR_H
#ifdef _WIN32
#pragma once
#endif


#include "orders.h"


class COrderMortarAttack : public COrder
{
public:
	DECLARE_CLASS( COrderMortarAttack, COrder );
	DECLARE_SERVERCLASS();

	// Create an order for the player.
	static bool		CreateOrder( CPlayerClass *pClass );
};


#endif // ORDER_BUILDMORTAR_H