TermOx
include
termox
widget
align.hpp
1
#ifndef TERMOX_WIDGET_ALIGN_HPP
2
#define TERMOX_WIDGET_ALIGN_HPP
3
namespace
ox {
4
6
enum class
Align { Left, Center, Right, Top, Bottom };
7
8
}
// namespace ox
9
#endif
// TERMOX_WIDGET_ALIGN_HPP
Generated by
1.9.1