pub mod lives; pub mod score; pub mod touch; pub use self::lives::*; pub use self::score::*; pub use self::touch::*;