lxgui
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
gui_orientation.hpp
1 #ifndef LXGUI_GUI_ORIENTATION_HPP
2 #define LXGUI_GUI_ORIENTATION_HPP
3 
4 #include "lxgui/lxgui.hpp"
5 #include "lxgui/utils.hpp"
6 
7 namespace lxgui::gui {
8 
9 enum class orientation { vertical, horizontal };
10 
11 } // namespace lxgui::gui
12 
13 #endif