mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 22:35:54 +00:00
14 lines
197 B
C++
14 lines
197 B
C++
#include "common.h"
|
|
#include "WindModifiers.h"
|
|
|
|
void
|
|
CWindModifiers::RegisterOne(CVector pos, int32 unk)
|
|
{
|
|
}
|
|
|
|
int32
|
|
CWindModifiers::FindWindModifier(CVector pos, float *x, float *y)
|
|
{
|
|
return 0;
|
|
}
|