gdnative-core 0.5.0

The Godot game engine's gdnative core bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(non_snake_case)] // because of the generated bindings.

use sys;
use get_api;
use super::*;

use std::sync::{Once, ONCE_INIT};
use std::ops::*;
use libc;

include!(concat!(env!("OUT_DIR"), "/core_types.rs"));