Start adding product builder

This commit is contained in:
Piv
2023-02-18 23:05:32 +10:30
parent 37c95909db
commit 3d6042d929
4 changed files with 493 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ pub use self::smush_rules::*;
mod overhead_allocation;
pub use self::overhead_allocation::*;
mod create_products;
pub use self::create_products::*;
#[no_mangle]
pub extern "C" fn move_money_from_text(
rules: *const c_char,