#![allow(unused_variables)]
use libc;
use libc::c_char;
use std::mem;
use std::ptr;
use std::sync::Once;
use gdnative_core::core_types::*;
use gdnative_core::object::*;
use gdnative_core::private::get_api;
use gdnative_core::sys;
use gdnative_core::sys::GodotApi;
use gdnative_core::thread_access;
use gdnative_core::{ref_kind, GodotResult};
include!(concat!(env!("OUT_DIR"), "/generated.rs"));