diff options
Diffstat (limited to 'Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs')
-rw-r--r-- | Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs new file mode 100644 index 0000000..a12599f --- /dev/null +++ b/Plugins/MonoGame.Extended/source/MonoGame.Extended.Gui/Orientation.cs @@ -0,0 +1,4 @@ +namespace MonoGame.Extended.Gui +{ + public enum Orientation { Horizontal, Vertical } +}
\ No newline at end of file |