]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/bool.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / bool.qh
index 5510c171cfcc357487f4cd92182e8b987f88d7ea..9889f778a442dc381375f96f6ca359c198aa7e09 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef BOOL_H
-#define BOOL_H
+#pragma once
 
 #ifndef QCC_SUPPORT_BOOL
        // Boolean Constants
@@ -31,5 +30,3 @@ float InterpretBoolean(string input)
                default: return boolean(stof(input));
        }
 }
-
-#endif