1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 16:43:45 +00:00
re3/src/render/WindModifiers.cpp

14 lines
197 B
C++
Raw Normal View History

2020-05-19 18:56:42 +00:00
#include "common.h"
#include "WindModifiers.h"
2020-05-31 15:05:49 +00:00
void
CWindModifiers::RegisterOne(CVector pos, int32 unk)
{
}
2020-05-19 18:56:42 +00:00
int32
CWindModifiers::FindWindModifier(CVector pos, float *x, float *y)
{
return 0;
}