]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/util.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / util.qh
index 79ce7c5eefa7abbaca8a705961879b6503762a13..d433352cf5a1734e70429d8ed33e0faf0d11fc9f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef MENU_UTIL_H
-#define MENU_UTIL_H
+#pragma once
 
 float GL_CheckExtension(string ext);
 float GL_Have_TextureCompression();
 
 float GL_CheckExtension(string ext);
 float GL_Have_TextureCompression();
@@ -54,4 +53,3 @@ string _Nex_ExtResponseSystem_RecommendedServers;
 float _Nex_ExtResponseSystem_RecommendedServersNeedsRefresh;
 
 void CheckSendCvars(entity me, string cvarnamestring);
 float _Nex_ExtResponseSystem_RecommendedServersNeedsRefresh;
 
 void CheckSendCvars(entity me, string cvarnamestring);
-#endif