css_enhanced_waf/game/server/hl2/rotorwash.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

15 lines
409 B
C

//========= 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