mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-07 04:34:22 +00:00
12 lines
280 B
C
12 lines
280 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 */
|