using System; using System.Collections.Generic; using System.Text; namespace Beefy.sys { public class SysBitmap { public void* mNativeBFBitmap; } }