source_sdk_2013_sys 0.1.0-alpha.2

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 soundlevel_t = ::std::os::raw::c_uint;
pub const soundlevel_t_SNDLVL_100dB: soundlevel_t = 100;
pub const soundlevel_t_SNDLVL_105dB: soundlevel_t = 105;
pub const soundlevel_t_SNDLVL_110dB: soundlevel_t = 110;
pub const soundlevel_t_SNDLVL_120dB: soundlevel_t = 120;
pub const soundlevel_t_SNDLVL_130dB: soundlevel_t = 130;
pub const soundlevel_t_SNDLVL_140dB: soundlevel_t = 140;
pub const soundlevel_t_SNDLVL_150dB: soundlevel_t = 150;
pub const soundlevel_t_SNDLVL_180dB: soundlevel_t = 180;
pub const soundlevel_t_SNDLVL_20dB: soundlevel_t = 20;
pub const soundlevel_t_SNDLVL_25dB: soundlevel_t = 25;
pub const soundlevel_t_SNDLVL_30dB: soundlevel_t = 30;
pub const soundlevel_t_SNDLVL_35dB: soundlevel_t = 35;
pub const soundlevel_t_SNDLVL_40dB: soundlevel_t = 40;
pub const soundlevel_t_SNDLVL_45dB: soundlevel_t = 45;
pub const soundlevel_t_SNDLVL_50dB: soundlevel_t = 50;
pub const soundlevel_t_SNDLVL_55dB: soundlevel_t = 55;
pub const soundlevel_t_SNDLVL_60dB: soundlevel_t = 60;
pub const soundlevel_t_SNDLVL_65dB: soundlevel_t = 65;
pub const soundlevel_t_SNDLVL_70dB: soundlevel_t = 70;
pub const soundlevel_t_SNDLVL_75dB: soundlevel_t = 75;
pub const soundlevel_t_SNDLVL_80dB: soundlevel_t = 80;
pub const soundlevel_t_SNDLVL_85dB: soundlevel_t = 85;
pub const soundlevel_t_SNDLVL_90dB: soundlevel_t = 90;
pub const soundlevel_t_SNDLVL_95dB: soundlevel_t = 95;
pub const soundlevel_t_SNDLVL_GUNFIRE: soundlevel_t = 140;
pub const soundlevel_t_SNDLVL_IDLE: soundlevel_t = 60;
pub const soundlevel_t_SNDLVL_NONE: soundlevel_t = 0;
pub const soundlevel_t_SNDLVL_NORM: soundlevel_t = 75;
pub const soundlevel_t_SNDLVL_STATIC: soundlevel_t = 66;
pub const soundlevel_t_SNDLVL_TALKING: soundlevel_t = 80;