mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-04 02:34:08 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
9
src/lib.rs
Normal file
9
src/lib.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub use steam_vent_proto_common::*;
|
||||
pub use steam_vent_proto_steam::*;
|
||||
|
||||
#[cfg(feature = "csgo")]
|
||||
pub use steam_vent_proto_csgo as csgo;
|
||||
#[cfg(feature = "dota2")]
|
||||
pub use steam_vent_proto_dota2 as dota2;
|
||||
#[cfg(feature = "tf2")]
|
||||
pub use steam_vent_proto_tf2 as tf2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue