summaryrefslogtreecommitdiff
path: root/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs
blob: a12599fff7e436515920e493fce9c253bb378c3e (plain)
1
2
3
4
namespace MonoGame.Extended.Gui
{
    public enum Orientation { Horizontal, Vertical }
}