]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/utility.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / utility.qh
index bf72549a03b95c827a86ba8814ef9f33512e080b..3544e86ca2b659125a3a99a3bfef5dab008e9f07 100644 (file)
@@ -1,6 +1,5 @@
-#ifndef PATHLIB_UTILITY
-#define PATHLIB_UTILITY
+#pragma once
+
 float fsnap(float val,float fsize);
 entity pathlib_nodeatpoint(vector where);
 float tile_check_plus2(vector where);
-#endif