aboutsummaryrefslogblamecommitdiff
path: root/ostick.dcl
blob: e5d03dd17d0ea186181bd57b4e9796157a6d3df5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10








                                                 
definition module ostick

// to be placed in something bigger later

::	Tick

pack_tick	::	!Int -> Tick
unpack_tick	::	!Tick -> Int

os_getcurrenttick :: !*World -> (!Tick, !*World)