using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cosmos.IL2CPU;
using Cosmos.IL2CPU.Plugs;
using Cosmos.Core;
using IRQContext = Cosmos.Core.INTs.IRQContext;
namespace Core
{
[Plug(Target = typeof(Cosmos.Core.INTs))]
public class INTs
{
// STUFF
}
}
Where did i go wrong?
I get error: http://i.imgur.com/k5v9SLx.png