mirror of
https://github.com/halpz/re3.git
synced 2025-12-17 21:42:57 +00:00
CEntity and friends
This commit is contained in:
7
src/render/WindModifiers.h
Normal file
7
src/render/WindModifiers.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CWindModifiers
|
||||
{
|
||||
public:
|
||||
static int32 FindWindModifier(CVector pos, float *x, float *y);
|
||||
};
|
||||
Reference in New Issue
Block a user