mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//============ 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
|
||||
|
||||
Reference in New Issue
Block a user