pub unsafe extern "C" fn obs_get_cmdline_args() -> obs_cmdline_args
Expand description
Get the argc/argv used to start OBS
@return The command line arguments used for main(). Don’t modify this or you’ll mess things up for other callers.
pub unsafe extern "C" fn obs_get_cmdline_args() -> obs_cmdline_args
Get the argc/argv used to start OBS
@return The command line arguments used for main(). Don’t modify this or you’ll mess things up for other callers.