mirror of
https://github.com/overte-org/overte.git
synced 2025-06-22 20:20:04 +02:00
missed some enums
This commit is contained in:
parent
0dd0d07466
commit
1533f6a268
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class MeshProxyList;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace entity {
|
namespace entity {
|
||||||
enum class HostType {
|
enum class HostType : uint8_t {
|
||||||
DOMAIN = 0,
|
DOMAIN = 0,
|
||||||
AVATAR,
|
AVATAR,
|
||||||
LOCAL
|
LOCAL
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
* @typedef {string} Entities.TextVerticalAlignment
|
* @typedef {string} Entities.TextVerticalAlignment
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum class TextVerticalAlignment {
|
enum class TextVerticalAlignment : uint8_t {
|
||||||
TOP = 0,
|
TOP = 0,
|
||||||
BOTTOM,
|
BOTTOM,
|
||||||
CENTER,
|
CENTER,
|
||||||
|
|
Loading…
Reference in a new issue