X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fbool.qh;h=c78f717d9e983be74923a5dd8fb5252b73f9b627;hb=1ce070f820045d2919edff3d48b13328bc4a7026;hp=dc50c771f164470a2a1e9d81d63c838c549abd2e;hpb=e0e847a336cdb7ab1fcb93d3cf3e1402b761a726;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/bool.qh b/qcsrc/lib/bool.qh index dc50c771f..c78f717d9 100644 --- a/qcsrc/lib/bool.qh +++ b/qcsrc/lib/bool.qh @@ -9,6 +9,7 @@ #define boolean(value) ((value) != 0) // get true/false value of a string with multiple different inputs +ERASEABLE float InterpretBoolean(string input) { switch (strtolower(input))