source_sdk_2013_sys 0.1.0-alpha.1

Low-level bindings for the Source SDK.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// @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 LocalFlexController_t = ::std::os::raw::c_uint;
pub const LocalFlexController_t_DUMMY_FLEX_CONTROLLER: LocalFlexController_t = 2147483647;