aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/hl2/rotorwash.h
blob: a33a687c10cc9f1e7deddd7afbe3cae5d02ad23c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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