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

gg: move code using C types to c.v files, add js.v files (#12873)

This commit is contained in:
playX
2021-12-17 16:22:09 +03:00
committed by GitHub
parent 66070ec63e
commit b482da74e9
9 changed files with 1173 additions and 930 deletions

4
vlib/gg/recorder.js.v Normal file
View File

@@ -0,0 +1,4 @@
module gg
[if gg_record ?]
pub fn (mut ctx Context) record_frame() {}