]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/test.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / test.qh
index 2f4f2dee5a429a4bd203ad6d5ba0cfc26c142d9f..77e1f52ee8ddca200f90d5d33deed2a155f99263 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef TEST_H
-#define TEST_H
+#pragma once
 
 #define TEST(id) \
        void _TEST_##id(); \
@@ -16,5 +15,3 @@ void TEST_Fail(string cond);
 
 bool TEST_RunAll();
 bool TEST_Run(string test);
-
-#endif