mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-02 17:45:42 +00:00
13 lines
197 B
C++
13 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;
|
|
}
|