Skip to main content

fume_core/
app.rs

1use crate::quoted_number;
2
3pub(crate) const INTERFACE: &str = "ISteamApps";
4
5pub mod get_app_list;
6
7// for get_app_list, we actually don't need this
8// however let allow AppId to be quoted anyway
9quoted_number!(AppId);