This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Shared defines between the game and client DLLs for TF
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//=============================================================================//
#ifndef TF_DEFINES_H
#define TF_DEFINES_H
#pragma once
// Zone states
#define ZONE_FRIENDLY 1
#define ZONE_ENEMY 2
#define ZONE_CONTESTED 3
// Loot state
#define LOOT_NOT 0
#define LOOT_CAPABLE 1
#define LOOT_LOOTING 2
#endif // TF_DEFINES_H