aboutsummaryrefslogtreecommitdiff
path: root/tools/tscn-to-bsn/src/lib.rs
blob: b2d80aa82711c23ac5d992e10de81625226e596f (plain) (blame)
1
2
3
4
5
6
7
8
9
use mingling::macros::gen_program;

pub mod cmd;
pub mod err;
pub mod fallback;
pub mod gd_res_structure;
pub mod res;

gen_program!();