mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 22:19:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef ENTITY_TOOLS_SERVER_H
|
||||
#define ENTITY_TOOLS_SERVER_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
#include "toolframework/itoolentity.h"
|
||||
|
||||
|
||||
void HandleFoundryEntitySpawnRecords();
|
||||
|
||||
|
||||
extern IServerTools *g_pServerTools;
|
||||
|
||||
|
||||
#endif // ENTITY_TOOLS_SERVER_H
|
||||
Reference in New Issue
Block a user