blob: 2ea6305d350552276f34ceafa62abed5093b5d82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#![allow(unused_imports)]
use mingling::macros::gen_program;
pub mod cargo_style;
pub mod display;
pub mod res;
mod proj_mgr;
use proj_mgr::*;
gen_program!();
|