gdnative-bindings 0.9.0

The Godot game engine's automatcally generated bindings to Godot classes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(unused_variables)]

use libc;
use std::ptr;

use gdnative_core::core_types::*;
use gdnative_core::private::get_api;
use gdnative_core::sys;
use gdnative_core::*;

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