1#![allow(non_snake_case)] // because of the generated bindings.
23pub extern crate gdnative_common;
4pub use gdnative_common as common;
5use gdnative_common::*;
67use std::sync::{Once, ONCE_INIT};
8use std::ops::*;
910include!(concat!(env!("OUT_DIR"), "/video_types.rs"));