Ryujinx-GtkSharp/Source/Samples/Sections/Category.cs
2018-01-26 00:13:36 +01:00

11 lines
195 B
C#

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