]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/quickmenu.qh
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / quickmenu.qh
1 #ifndef CLIENT_QUICKMENU_H
2 #define CLIENT_QUICKMENU_H
3
4 bool QuickMenu_InputEvent(float bInputType, float nPrimary, float nSecondary);
5 bool QuickMenu_IsOpened();
6 void QuickMenu_Mouse();
7
8 #endif