mirror of
https://github.com/halpz/re3.git
synced 2025-01-28 07:30:58 +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;
|
|
}
|