mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 13:51:02 +00:00
14 lines
294 B
C#
14 lines
294 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Indy.IL2CPU.Plugs;
|
|
|
|
namespace Indy.IL2CPU.X86.Plugs.NEW_PLUGS {
|
|
[Plug(Target=typeof(Double))]
|
|
public static class DoubleImpl {
|
|
public static void Cctor() {
|
|
//
|
|
}
|
|
}
|
|
}
|