We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e0da commit 59dced7Copy full SHA for 59dced7
src/structures/Structures.sac
@@ -5,10 +5,10 @@ import Bits: all;
5
import Char: all;
6
import String: all;
7
#ifdef EXT_STDLIB
8
-import Complex : all;
9
-import Quaternion : all;
10
-import Vector3 : all;
11
-import Vector3f : all;
+import Complex: all;
+import Quaternion: all;
+import Vector3: all;
+import Vector3f: all;
12
#ifndef SAC_BACKEND_MUTC
13
import Color8: all;
14
import List: all;
0 commit comments