summaryrefslogtreecommitdiffstats
path: root/src/render/WindModifiers.h
blob: b402434387687a204555a05e49dc17e13977d395 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

class CWindModifiers
{
public:
	static int32 FindWindModifier(CVector pos, float *x, float *y);
};