1
 2
 3
 4
 5
 6
 7
 8
 9
10
#![allow(non_snake_case)] // because of the generated bindings.

extern crate gdnative_common;

use gdnative_common::*;

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

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