dmsdk_ffi 0.1.0

Auto-generated bindings to Defold's dmSDK
Documentation
1
2
3
4
5
6
7
8
9
//! Raw bindings generated by rust-bindgen. Only use this if you know what you're doing!

#![allow(warnings)]

mod internal {
    include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
}

pub use internal::root::*;