mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 23:37:26 +00:00
10 lines
115 B
C#
10 lines
115 B
C#
|
namespace Ryujinx.Ava.UI.Helpers
|
|||
|
{
|
|||
|
public enum Glyph
|
|||
|
{
|
|||
|
List,
|
|||
|
Grid,
|
|||
|
Chip
|
|||
|
}
|
|||
|
}
|