X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=M17N.cs;h=bc72060b241692d2eff02b0b4660121989588780;hb=80a46f5fb11e98798ea0490008ec61cd36c9f5a5;hp=2e13847858f005824616a41ce9ec340a40eaa73d;hpb=8dfc2ab1c681a4ba3929d91984967536fa3cbd60;p=m17n%2Fm17n-lib-cs.git diff --git a/M17N.cs b/M17N.cs index 2e13847..bc72060 100644 --- a/M17N.cs +++ b/M17N.cs @@ -10,6 +10,12 @@ namespace M17N public static bool debug = false; + public static void DebugPrint (object arg) + { + if (debug) + Console.Write (arg); + } + public static void DebugPrint (string fmt, object arg) { if (debug)