Macro crow_engine::new_object_type [] [src]

macro_rules! new_object_type {
    ($struct:ident {$( $field:ident:$type:ty),*}) => { ... };
}