diff options
author | aap <aap@papnet.eu> | 2020-06-01 20:32:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 20:32:24 +0200 |
commit | 21afcd8767791278bef5df9fa071af0427588a59 (patch) | |
tree | c080d424e33307c3237431da6e9c303645d23008 /src/render/WindModifiers.cpp | |
parent | Merge pull request #608 from Nick007J/miami (diff) | |
parent | CAutomobile done (diff) | |
download | re3-21afcd8767791278bef5df9fa071af0427588a59.tar re3-21afcd8767791278bef5df9fa071af0427588a59.tar.gz re3-21afcd8767791278bef5df9fa071af0427588a59.tar.bz2 re3-21afcd8767791278bef5df9fa071af0427588a59.tar.lz re3-21afcd8767791278bef5df9fa071af0427588a59.tar.xz re3-21afcd8767791278bef5df9fa071af0427588a59.tar.zst re3-21afcd8767791278bef5df9fa071af0427588a59.zip |
Diffstat (limited to 'src/render/WindModifiers.cpp')
-rw-r--r-- | src/render/WindModifiers.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/WindModifiers.cpp b/src/render/WindModifiers.cpp index d7405c7a..49e7c96a 100644 --- a/src/render/WindModifiers.cpp +++ b/src/render/WindModifiers.cpp @@ -1,6 +1,11 @@ #include "common.h" #include "WindModifiers.h" +void +CWindModifiers::RegisterOne(CVector pos, int32 unk) +{ +} + int32 CWindModifiers::FindWindModifier(CVector pos, float *x, float *y) { |