mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
10 lines
166 B
V
10 lines
166 B
V
module gg
|
|
|
|
[heap]
|
|
pub struct SSRecorderSettings {
|
|
pub mut:
|
|
stop_at_frame i64 = -1
|
|
screenshot_frames []u64
|
|
screenshot_folder string
|
|
screenshot_prefix string
|
|
}
|