Cosmos/source2/Kernel/System/Hardware/Cosmos.Hardware/Global.cs
kudzu_cp c37ce7ab4f
2010-08-14 17:31:19 +00:00

12 lines
249 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Hardware {
public class Global {
static public void Init() {
Cosmos.Core.Global.Init();
}
}
}