mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Initial parser for butlerdb
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
mod settings;
|
||||
mod itch_game;
|
||||
mod itch_platform;
|
||||
mod butler_db_parser;
|
||||
|
||||
pub use settings::*;
|
||||
pub use itch_game::*;
|
||||
pub use itch_platform::*;
|
||||
Reference in New Issue
Block a user