mod buff_bounce; mod buff_phase; mod buff_trait; mod buff_ball; mod buff_extra; <<<<<<< HEAD pub mod goal_trigger; mod test; ======= >>>>>>> menu mod basic_die; use gdnative::prelude::{godot_init, InitHandle}; // Function that registers all exposed classes to Godot fn init(handle: InitHandle) { <<<<<<< HEAD handle.add_class::(); handle.add_class::(); handle.add_class::(); handle.add_class::(); ======= >>>>>>> menu handle.add_class::(); } // macros that create the entry-points of the dynamic library. godot_init!(init);