]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/pathlib.qh
Cleanup #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / pathlib.qh
index 339a2e7e0e43c73346741e002c58621874ed9864..4ae0c2c86d4b5f0f2970cf9fdcda76393dfb84bc 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
 
+#ifndef DEBUGPATHING
+       #define DEBUGPATHING 0
+#endif
+
 .entity pathlib_list;
 .entity path_next;
 .entity path_prev;