Zone creatures

This commit is contained in:
2022-06-28 11:20:20 +01:00
parent f0a1e0685a
commit 61ad58c04a
10 changed files with 75 additions and 106 deletions
+3
View File
@@ -8,6 +8,9 @@ module Geometry.Data
import Linear.V2
import Linear.V3
import Linear.V4
import Streaming
type StreamOf a = Stream (Of a) Identity ()
type Int2 = V2 Int
type Point2 = V2 Float
type Point3 = V3 Float
type Point4 = V4 Float