source_sdk_2013_sys 0.1.0-alpha.1

Low-level bindings for the Source SDK.
// @generated by `source_sdk_2013_bindgen`. DO NOT EDIT.
// Regenerate with the `source_sdk_2013_bindgen/generate_bindings` Cargo feature.

#![allow(
    clippy::all,
    ambiguous_glob_reexports,
    non_snake_case,
    non_camel_case_types,
    non_upper_case_globals,
    unsafe_op_in_unsafe_fn,
    unused_imports,
    unused_qualifications
)]
#[allow(unused_imports)]
use super::super::super::__bindgen_prelude::*;
pub type INVALID_EHANDLE_tag = ::std::os::raw::c_uint;
pub const INVALID_EHANDLE_tag_INVALID_EHANDLE: INVALID_EHANDLE_tag = 0;
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct CBaseHandle {
    pub m_Index: uint32,
}
include!("layout_assertions.rs");