Macro gdnative::godot_init [] [src]

macro_rules! godot_init {
    (
        $(
            $class:ty
        ),*
    ) => { ... };
}