1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-03 07:07:06 +00:00
re3/src/render/WindModifiers.h

8 lines
113 B
C
Raw Normal View History

2020-05-19 18:56:42 +00:00
#pragma once
class CWindModifiers
{
public:
static int32 FindWindModifier(CVector pos, float *x, float *y);
};