mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-07 08:41:45 +00:00
10 lines
No EOL
249 B
C#
10 lines
No EOL
249 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Indy.IL2CPU.IL.NativeX86.CustomImplementations.System.Diagnostics {
|
|
public static class DebugImpl {
|
|
//public static void WriteLine()
|
|
}
|
|
} |