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;
|
|
|
|
}
|