mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-15 06:38:48 +00:00
Push my suggestion for CI tests.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "magic_enum/magic_enum.hpp"
|
||||
|
||||
enum class eGameMessageType : uint16_t {
|
||||
GET_POSITION = 0,
|
||||
GET_ROTATION = 1,
|
||||
@@ -1602,4 +1604,10 @@ enum class eGameMessageType : uint16_t {
|
||||
GET_IS_ON_RAIL = 1772
|
||||
};
|
||||
|
||||
template <>
|
||||
struct magic_enum::customize::enum_range<eGameMessageType> {
|
||||
static constexpr int min = 0;
|
||||
static constexpr int max = 1772;
|
||||
};
|
||||
|
||||
#endif //!__EGAMEMESSAGETYPE__H__
|
||||
|
||||
Reference in New Issue
Block a user