Implement land, terrain, environment, and sound managers (#70)
This commit is contained in:
@@ -26,6 +26,7 @@ mod caps_http;
|
||||
mod client_core;
|
||||
mod current_outfit;
|
||||
mod download_manager;
|
||||
mod environment_manager;
|
||||
mod event_queue;
|
||||
mod gesture;
|
||||
mod initial_outfit;
|
||||
@@ -48,11 +49,15 @@ mod object_model;
|
||||
#[rustfmt::skip]
|
||||
pub mod packet_catalog;
|
||||
mod packet_wire;
|
||||
mod parcel_manager;
|
||||
mod sim_stats;
|
||||
mod skeleton;
|
||||
mod sound_manager;
|
||||
#[rustfmt::skip] // Deterministic machine output is formatted by the pinned generator.
|
||||
mod skeleton_catalog;
|
||||
mod targa;
|
||||
mod terrain_codec;
|
||||
mod terrain_manager;
|
||||
mod transfers;
|
||||
mod udp_transport;
|
||||
#[rustfmt::skip] // Deterministic machine output is formatted by the pinned generator.
|
||||
|
||||
Reference in New Issue
Block a user