partial refactoring so we use EnemyMap.t for collection of enemies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
signature QUAD_TREE =
|
||||
sig
|
||||
type t
|
||||
type t = {tree: QuadTreeType.t, width: int, height: int}
|
||||
|
||||
val insert: int * int * int * int * int * t -> t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user