mirror of
https://github.com/td512/re3.git
synced 2026-03-04 19:33:49 +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;
|
|
}
|