Ryujinx-GtkSharp/Source/Samples/Sections/Category.cs
2020-05-18 20:20:54 +02:00

12 lines
218 B
C#

// This is free and unencumbered software released into the public domain.
// Happy coding!!! - GtkSharp Team
namespace Samples
{
enum Category
{
Widgets,
Dialogs,
Miscellaneous
}
}