1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00
2010-07-22 01:46:14 -05:00

24 lines
515 B
C++

//============ Copyright (c) Valve Corporation, All rights reserved. ============
//
//
//
//===============================================================================
#ifndef ASW_NPCS_H
#define ASW_NPCS_H
#ifdef _WIN32
#pragma once
#endif
class CMapLayout;
class CLayoutSystem;
class CASWMissionChooserNPCs
{
public:
static void InitFixedSpawns( CLayoutSystem *pLayoutSystem, CMapLayout *pLayout );
static void PushEncountersApart( CMapLayout *pLayout );
};
#endif // ASW_NPCS_H