Keep -vet happy

This commit is contained in:
gingerBill
2021-09-29 14:49:25 +01:00
parent e928793e79
commit 9fae575531
3 changed files with 1 additions and 7 deletions
+1 -2
View File
@@ -2,9 +2,8 @@ package math_fixed
import "core:math"
import "core:strconv"
import "core:intrinsics"
_ :: intrinsics
_, _, _ :: intrinsics, strconv, math
Fixed :: struct($Backing: typeid, $Fraction_Width: uint)
where