summaryrefslogtreecommitdiff
path: root/game/client/tf2/c_order_buildshieldwall.h
blob: b22f3b9051f65bbebb9f58f71dbf3c199f6b75b8 (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
30
31
32
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

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


#include "c_order.h"


class C_OrderBuildShieldWall : public C_Order
{
public:
	DECLARE_CLASS( C_OrderBuildShieldWall, C_Order );
	DECLARE_CLIENTCLASS();


// C_Order overrides.
public:

	virtual void	GetDescription( char *pDest, int bufferSize );
};


#endif // C_ORDER_BUILDSHIELDWALL_H