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