mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-06 18:48:01 +00:00
10 lines
115 B
C#
10 lines
115 B
C#
![]() |
namespace Ryujinx.Ava.UI.Helpers
|
|||
|
{
|
|||
|
public enum Glyph
|
|||
|
{
|
|||
|
List,
|
|||
|
Grid,
|
|||
|
Chip
|
|||
|
}
|
|||
|
}
|