source-engine-2018-hl2_src/game/server/tf/halloween/halloween_gift_spawn_locations.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

17 lines
448 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
// memdbgon must be the last include file in a .cpp file!!!
#include "cbase.h"
#include "utlvector.h"
#include "util.h"
#include "tier0/memdbgon.h"
//
void AddHalloweenGiftPositionsForMap( const char *pszMapName, CUtlVector<Vector> &vLocations );
//