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