namespace Ryujinx.Ava.Ui.Controls
{
    public enum Glyph : int
    {
        List,
        Grid,
        Chip
    }
}