mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
time_lin.v: f64
This commit is contained in:
parent
f3f24b25bb
commit
c545bc62a7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue