hl2sdk/game/shared/tf/tf_quest_constants.h
2025-02-19 18:36:16 -05:00

17 lines
378 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Holds WarData
//
// $NoKeywords: $
//=============================================================================//
#ifndef TF_QUEST_CONSTANTS_H
#define TF_QUEST_CONSTANTS_H
#ifdef _WIN32
#pragma once
#endif
const uint32 k_nMaxNumActiveContracts = 1;
#endif // TF_QUEST_CONSTANTS_H