]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/test.qh
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / test.qh
index ff442cef9b779e87882f85dc03140fc3755766ee..edc2f5bf37ff959f3b6fe6375d29923b5f9b086b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TEST_H
+#define TEST_H
+
 #define TEST_Check(cond) do { if(!(cond)) TEST_Fail(#cond); } while(0)
 
 void TEST_OK();
@@ -5,3 +8,4 @@ void TEST_Fail(string cond);
 
 float TEST_RunAll();
 float TEST_Run(string test);
+#endif