]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util-pre.qh
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
index 09aec2d3e4053c0c923b52f0a326ba0836971714..8b35ed9e141392ccc8360f93351e1b132ea9f204 100644 (file)
@@ -15,6 +15,4 @@
 // Boolean Constants
 const bool true        = 1;
 const bool false       = 0;
-const bool TRUE        = 1;
-const bool FALSE       = 0;
 #endif