summaryrefslogtreecommitdiffstats
path: root/src/render/WindModifiers.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-01 20:32:24 +0200
committerGitHub <noreply@github.com>2020-06-01 20:32:24 +0200
commit21afcd8767791278bef5df9fa071af0427588a59 (patch)
treec080d424e33307c3237431da6e9c303645d23008 /src/render/WindModifiers.cpp
parentMerge pull request #608 from Nick007J/miami (diff)
parentCAutomobile done (diff)
downloadre3-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.cpp5
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)
{