X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fmenu.qh;h=2df331950848c1dcdab9c53b63d9ebd553a3cb9a;hb=6d57adc8c33bec207bb0c8e76be09dd97e0a8afc;hp=a4cdbc5f512bea1eba011c2dd64f30ea00b11c6f;hpb=1cbef966e133966c5b5f0f5b58fbd1a5851ed35b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/menu.qh b/qcsrc/menu/menu.qh index a4cdbc5f5..2df331950 100644 --- a/qcsrc/menu/menu.qh +++ b/qcsrc/menu/menu.qh @@ -1,13 +1,12 @@ -#ifndef MENU_H -#define MENU_H +#pragma once #include "draw.qh" #include "skin.qh" #include "xonotic/util.qh" -#include "../common/constants.qh" -#include "../common/util.qh" +#include +#include const int GAME_ISSERVER = BIT(0); const int GAME_CONNECTED = BIT(1); @@ -58,4 +57,3 @@ const string MENU_SOUND_WINNER = "sound/menu/winner.wav"; void m_play_focus_sound(); void m_play_click_sound(string soundfile); -#endif