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