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:
4
vlib/gg/recorder.js.v
Normal file
4
vlib/gg/recorder.js.v
Normal file
@@ -0,0 +1,4 @@
|
||||
module gg
|
||||
|
||||
[if gg_record ?]
|
||||
pub fn (mut ctx Context) record_frame() {}
|
||||
Reference in New Issue
Block a user