get player to react to wall quad tree
This commit is contained in:
11
message-types/input-msg.sml
Normal file
11
message-types/input-msg.sml
Normal file
@@ -0,0 +1,11 @@
|
||||
signature INPUT_MSG =
|
||||
sig
|
||||
datatype t =
|
||||
RESIZE_WINDOW of {width: int, height: int}
|
||||
end
|
||||
|
||||
structure InputMsg =
|
||||
struct
|
||||
datatype t =
|
||||
RESIZE_WINDOW of {width: int, height: int}
|
||||
end
|
||||
Reference in New Issue
Block a user