1 2 3 4 5 6 7 8 9
use crate::sdk; pub fn set_replay_start() { sdk::start_recording(); } pub fn set_replay_stop() { sdk::start_recording(); }