re3-wiiu/src/render/WindModifiers.cpp

14 lines
197 B
C++
Raw Normal View History

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