mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 04:04:52 +02:00
formatting
This commit is contained in:
parent
f47509a62f
commit
e6db6dfc76
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ pub use steam_vent_proto_steam::*;
|
||||||
|
|
||||||
#[cfg(feature = "csgo")]
|
#[cfg(feature = "csgo")]
|
||||||
pub use steam_vent_proto_csgo as csgo;
|
pub use steam_vent_proto_csgo as csgo;
|
||||||
|
#[cfg(feature = "deadlock")]
|
||||||
|
pub use steam_vent_proto_deadlock as deadlock;
|
||||||
#[cfg(feature = "dota2")]
|
#[cfg(feature = "dota2")]
|
||||||
pub use steam_vent_proto_dota2 as dota2;
|
pub use steam_vent_proto_dota2 as dota2;
|
||||||
#[cfg(feature = "tf2")]
|
#[cfg(feature = "tf2")]
|
||||||
pub use steam_vent_proto_tf2 as tf2;
|
pub use steam_vent_proto_tf2 as tf2;
|
||||||
#[cfg(feature = "deadlock")]
|
|
||||||
pub use steam_vent_proto_deadlock as deadlock;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue