diff options
Diffstat (limited to 'game/server/hl2/rotorwash.h')
| -rw-r--r-- | game/server/hl2/rotorwash.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/game/server/hl2/rotorwash.h b/game/server/hl2/rotorwash.h new file mode 100644 index 0000000..a33a687 --- /dev/null +++ b/game/server/hl2/rotorwash.h @@ -0,0 +1,15 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef ROTORWASH_H +#define ROTORWASH_H +#ifdef _WIN32 +#pragma once +#endif + +CBaseEntity *CreateRotorWashEmitter( const Vector &localOrigin, const QAngle &localAngles, CBaseEntity *pOwner, float flAltitude ); + +#endif // ROTORWASH_H |