mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: add fixes for problems, found by check_os_api_parity.v
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
module gfx
|
||||
|
||||
pub const (
|
||||
version = 1
|
||||
)
|
||||
|
||||
// setup and misc functions
|
||||
[inline]
|
||||
pub fn setup(desc &C.sg_desc) {
|
||||
|
||||
Reference in New Issue
Block a user