]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud_config.qh
Merge branch 'master' into terencehill/menu_listbox_changes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud_config.qh
1 #ifndef HUD_CONFIG_H
2 #define HUD_CONFIG_H
3
4 void HUD_Panel_ExportCfg(string cfgname);
5
6 void HUD_Panel_Mouse();
7
8 void HUD_Configure_Frame();
9
10 void HUD_Configure_PostDraw();
11
12 float HUD_Panel_InputEvent(float bInputType, float nPrimary, float nSecondary);
13
14 #endif