mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
11 lines
167 B
V
11 lines
167 B
V
module gg
|
|
|
|
@[heap]
|
|
pub struct SSRecorderSettings {
|
|
pub mut:
|
|
stop_at_frame i64 = -1
|
|
screenshot_frames []u64
|
|
screenshot_folder string
|
|
screenshot_prefix string
|
|
}
|