|
#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 */ |