summaryrefslogtreecommitdiff
path: root/game/shared/tf2/tf_hints.h
blob: dce156158c47f47e83166368b93f89f5b9e895f4 (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
33
34
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

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

enum
{
	TF_HINT_UNDEFINED = 0,
	TF_HINT_VOTEFORTECHNOLOGY,
	TF_HINT_BUILDRESOURCEPUMP,
	TF_HINT_BUILDRESOURCEBOX,
	TF_HINT_BUILDZONEINCREASER,
	TF_HINT_BUILDSENTRYGUN_PLASMA,
	TF_HINT_BUILDSANDBAG,
	TF_HINT_BUILDANTIMORTAR,
	TF_HINT_REPAIROBJECT,

	TF_HINT_WEAPONRECEIVED,

	TF_HINT_NEWTECHNOLOGY,

	// Must be at end
	TF_HINT_LASTHINT,
};

#endif // TF_HINTS_H