1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

time: move pure V function from time.c.v

This commit is contained in:
Alexander Medvednikov
2021-10-19 16:03:45 +03:00
parent f2cda1a529
commit 45534b512b
6 changed files with 187 additions and 158 deletions

View File

@@ -115,3 +115,5 @@ fn C.sapp_get_num_dropped_files() int
// Get the file path of the droped file
fn C.sapp_get_dropped_file_path(int) &byte
fn C.sapp_resize_window(int, int)