Ryujinx-GtkSharp/Source/Samples/Sections/Category.cs

12 lines
218 B
C#
Raw Normal View History

2018-01-26 00:13:36 +01:00
// This is free and unencumbered software released into the public domain.
// Happy coding!!! - GtkSharp Team
2018-01-20 20:09:27 +01:00
namespace Samples
{
enum Category
{
Widgets,
2020-05-18 20:20:54 +02:00
Dialogs,
Miscellaneous
2018-01-20 20:09:27 +01:00
}
}