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

gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v

This commit is contained in:
Delyan Angelov
2021-08-12 22:31:04 +03:00
parent 8fbd8f790d
commit 576664e31f
26 changed files with 753 additions and 736 deletions

View File

@@ -0,0 +1,6 @@
module sfons
fn C.sfons_create(width int, height int, flags int) &C.FONScontext
fn C.sfons_destroy(ctx &C.FONScontext)
fn C.sfons_rgba(r byte, g byte, b byte, a byte) u32
fn C.sfons_flush(ctx &C.FONScontext)