mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-03 20:15:41 +00:00
8 lines
113 B
C
8 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
class CWindModifiers
|
||
|
{
|
||
|
public:
|
||
|
static int32 FindWindModifier(CVector pos, float *x, float *y);
|
||
|
};
|