mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-01 05:24:14 +01: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;
|
||
|
}
|