Files
sml-projects/fcore/level/player/whip.sml

5 lines
69 B
Standard ML

structure Whip =
struct
type box = {x: int, y: int, size: int}
end