ffgl-core 0.2.6

FFGL plugin framework
Documentation
1
2
3
4
5
6
7
#![allow(clashing_extern_declarations)]

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused)]
include!(concat!(env!("OUT_DIR"), "/ffgl2.rs"));