mirror of
https://github.com/td512/re3.git
synced 2026-03-02 21:24:20 +00:00
CEntity and friends
This commit is contained in:
8
src/render/WindModifiers.cpp
Normal file
8
src/render/WindModifiers.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "common.h"
|
||||
#include "WindModifiers.h"
|
||||
|
||||
int32
|
||||
CWindModifiers::FindWindModifier(CVector pos, float *x, float *y)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user