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

sokol: add missing C prefixes

This commit is contained in:
Alexey
2020-04-16 16:53:34 +03:00
committed by GitHub
parent 714ff50322
commit 54226e74cf
5 changed files with 39 additions and 39 deletions

View File

@@ -50,7 +50,7 @@ pub:
scroll_x f32
scroll_y f32
num_touches int
touches [8]sapp_touchpoint
touches [8]C.sapp_touchpoint
window_width int
window_height int
framebuffer_width int