v/vlib/sokol/sokol.v

9 lines
105 B
V

module sokol
import sokol.c
import sokol.f
pub const (
used_import = c.used_import + f.used_import
)