summaryrefslogtreecommitdiffstats
path: root/src/render/WindModifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/WindModifiers.h')
-rw-r--r--src/render/WindModifiers.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/render/WindModifiers.h b/src/render/WindModifiers.h
deleted file mode 100644
index 7c2e57bd..00000000
--- a/src/render/WindModifiers.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-class CWindModifiers
-{
- CVector m_pos;
- int32 m_type;
-public:
- static int32 Number;
- static void RegisterOne(CVector pos, int32 windSourceType);
- static bool FindWindModifier(CVector pos, float *x, float *y);
-};