1 2 3 4 5 6 7
#pragma once class CWindModifiers { public: static int32 FindWindModifier(CVector pos, float *x, float *y); };