time_lin.v: f64
parent
f3f24b25bb
commit
c545bc62a7
|
@ -5,8 +5,8 @@
|
||||||
module time
|
module time
|
||||||
|
|
||||||
// in ms
|
// in ms
|
||||||
fn ticks() double {
|
fn ticks() f64 {
|
||||||
return double(0)
|
return f64(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn sleep(seconds int) {
|
fn sleep(seconds int) {
|
||||||
|
|
Loading…
Reference in New Issue