Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Globals.cs
2017-08-07 14:28:08 -04:00

9 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.HAL {
static public class Globals {
static public DeviceMgr DeviceMgr;
}
}