summaryrefslogtreecommitdiff
path: root/src/render/SpecialFX.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-07-24 19:55:43 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-07-24 19:55:43 +0300
commitb4ecb3e3dad654e01d0ceb4c359721650dda425b (patch)
tree27cfc6fb58ec53080d9c4850f13b8b97ad681b13 /src/render/SpecialFX.h
parentad1920bc6f9eaad5d517352c3853e448a048965d (diff)
shadows done
Diffstat (limited to 'src/render/SpecialFX.h')
-rw-r--r--src/render/SpecialFX.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/SpecialFX.h b/src/render/SpecialFX.h
index 1035b315..08f0f08a 100644
--- a/src/render/SpecialFX.h
+++ b/src/render/SpecialFX.h
@@ -28,3 +28,9 @@ public:
static void Init(void);
};
+
+class C3dMarkers
+{
+public:
+ static void PlaceMarkerSet(uint32 id, uint16 type, CVector& pos, float size, uint8 r, uint8 g, uint8 b, uint8 a, uint16 pulsePeriod, float pulseFraction, int16 rotateRate);
+}; \ No newline at end of file