]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/quickmenu.qh
aad86e6bd689ed786280f6c1b8210e96b69ec6a3
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / quickmenu.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool QuickMenu_InputEvent(float bInputType, float nPrimary, float nSecondary);
5 bool QuickMenu_IsOpened();
6 void QuickMenu_Mouse();