mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-15 09:12:27 +00:00
9 lines
115 B
C#
9 lines
115 B
C#
namespace Ryujinx.Ava.UI.Helpers
|
|
{
|
|
public enum Glyph
|
|
{
|
|
List,
|
|
Grid,
|
|
Chip
|
|
}
|
|
}
|