mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-02 22:25:40 +00:00
9 lines
135 B
C++
9 lines
135 B
C++
|
#include "common.h"
|
||
|
#include "WindModifiers.h"
|
||
|
|
||
|
int32
|
||
|
CWindModifiers::FindWindModifier(CVector pos, float *x, float *y)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|