X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fgamesettings.qh;h=80133b8b374dd7bb9d7dfa86373cfa3a984f06e3;hb=7813c4a30f0a40298ef7c2136f84c16c3d904590;hp=0db9f77f2e08faf4c98d61205561c7e5af704e6f;hpb=1cbef966e133966c5b5f0f5b58fbd1a5851ed35b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/gamesettings.qh b/qcsrc/menu/gamesettings.qh index 0db9f77f2..80133b8b3 100644 --- a/qcsrc/menu/gamesettings.qh +++ b/qcsrc/menu/gamesettings.qh @@ -1,8 +1,8 @@ +#pragma once + #ifdef MENUQC -#ifndef GAMESETTINGS_H -#define GAMESETTINGS_H -#include "xonotic/tab.qc" +#include "xonotic/tab.qh" REGISTRY(Settings, BITS(3)) #define Settings_from(i) _Settings_from(i, NULL) @@ -12,4 +12,3 @@ REGISTER_REGISTRY(Settings) REGISTER(Settings, MENU, id, m_id, NEW(Lazy, LAZY(id))) #endif -#endif