Skip to content

Commit 065fbb8

Browse files
add missing undefs
1 parent 2c55803 commit 065fbb8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/structures/Vector3.sac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
#define ZERO 0d
44

55
#include "Vector3.mac"
6+
7+
#undef VECTOR3
8+
#undef REAL
9+
#undef ZERO

src/structures/Vector3f.sac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
#define ZERO 0f
44

55
#include "Vector3.mac"
6+
7+
#undef VECTOR3
8+
#undef REAL
9+
#undef ZERO

0 commit comments

Comments
 (0)