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

glfw: more fn definitions

This commit is contained in:
Alexander Medvednikov
2020-04-02 02:02:12 +02:00
parent 507f4ce87a
commit 07ea1eff81
3 changed files with 17 additions and 1 deletions

View File

@@ -31,3 +31,4 @@ pub fn rand_r(seed &int) int {
}
}