summaryrefslogtreecommitdiffstats
path: root/trochoid_math.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'trochoid_math.cginc')
-rw-r--r--trochoid_math.cginc4
1 files changed, 2 insertions, 2 deletions
diff --git a/trochoid_math.cginc b/trochoid_math.cginc
index f116db0..334b14e 100644
--- a/trochoid_math.cginc
+++ b/trochoid_math.cginc
@@ -1,10 +1,10 @@
+#include "globals.cginc"
+
#ifndef __TROCHOID_MATH
#define __TROCHOID_MATH
#if defined(_TROCHOID)
-#include "globals.cginc"
-
#define PI 3.14159265
#define TAU PI * 2.0