mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
12 lines
291 B
C++
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 */ |