1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00
hl2sdk/game/server/swarm/asw_wc_edit.h
2010-07-22 01:46:14 -05:00

12 lines
291 B
C++

#ifndef _DEFINED_ASW_WC_EDIT_H
#define _DEFINED_ASW_WC_EDIT_H
// Alien Swarm functions for interfacing with Hammer
// - Modifying a generic particle system interactively
namespace ASW_WCEdit
{
void EditEmitter( CBasePlayer *pPlayer );
};
#endif /* _DEFINED_ASW_WC_EDIT_H */