X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fbool.qh;h=c78f717d9e983be74923a5dd8fb5252b73f9b627;hb=7e474d576080259e21690de30778b17029b5c0f2;hp=dc50c771f164470a2a1e9d81d63c838c549abd2e;hpb=9f70bdba9a6fb2c06324be13504341da967f7028;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))