1 2 3 4 5 6 7 8 9 10 11
//! All interfaces are defined in this module. pub mod chat; pub mod client_commands_port; pub type ObjectId = i32; pub type ShotId = i32; pub type DbId = i64; pub type ExtraId = u8; pub type VehicleTypeCd = u32;