#ifndef HUD_CONFIG_H #define HUD_CONFIG_H void HUD_Panel_ExportCfg(string cfgname); void HUD_Panel_Mouse(); void HUD_Configure_Frame(); void HUD_Configure_PostDraw(); float HUD_Panel_InputEvent(float bInputType, float nPrimary, float nSecondary); #endif