mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-16 08:07:18 +00:00
17 lines
378 B
C
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
|