using System;
using System.Collections.Generic;
namespace BizHawk.Bizware.BizwareGL
{
public class AttributeInfo
public IntPtr Handle;
public string Name;
}