()
| 74 | |
| 75 | pub fn init_from_config(enabled: bool, app_id: Option<u32>) -> Result<(), SteamError> { |
| 76 | crate::app::init_from_config(enabled, app_id) |
| 77 | } |
| 78 | |
| 79 | pub fn init_from_config_with_input( |
| 80 | enabled: bool, |
| 81 | app_id: Option<u32>, |
no outgoing calls