1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00
Files
hl2sdk/game/shared/point_bonusmaps_accessor.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
657 B
C
Raw Normal View History

2013-06-26 15:22:04 -07:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef POINT_BONUSMAPS_ACCESSOR_H
#define POINT_BONUSMAPS_ACCESSOR_H
#ifdef _WIN32
#pragma once
#endif
void BonusMapChallengeUpdate( const char *pchFileName, const char *pchMapName, const char *pchChallengeName, int iBest );
void BonusMapChallengeNames( char *pchFileName, char *pchMapName, char *pchChallengeName );
void BonusMapChallengeObjectives( int &iBronze, int &iSilver, int &iGold );
#endif // POINT_BONUSMAPS_ACCESSOR_H