rocketsplash-rt 0.3.0

Runtime library for loading and rendering Rocketsplash assets (.rst, .rsf)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// <FILE>crates/rocketsplash-rt/src/splash/mod.rs</FILE>
// <DESC>Splash loading and display module</DESC>
// <VERS>VERSION: 1.1.0</VERS>
// <WCTX>Foundation crates 0.3.0 (RELEASE_PLAN F2 cycle-break)</WCTX>
// <CLOG>1.1.0: pure module root — children import siblings directly, nothing depends back on this file. 1.0.0: splash module exports.</CLOG>

mod cls_splash;
mod fnc_load_splash;

pub use cls_splash::*;
pub use fnc_load_splash::*;

// <FILE>crates/rocketsplash-rt/src/splash/mod.rs</FILE>
// <VERS>END OF VERSION: 1.1.0</VERS>