mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add prefixes to enum values and fix style issues
This commit is contained in:
parent
6ee0db6fec
commit
c91f8b1d25
6 changed files with 115 additions and 124 deletions
|
@ -120,9 +120,9 @@ public:
|
|||
};
|
||||
|
||||
typedef enum MTProtocols {
|
||||
PRIMARY,
|
||||
UDP,
|
||||
MINETEST_RELIABLE_UDP
|
||||
MTP_PRIMARY,
|
||||
MTP_UDP,
|
||||
MTP_MINETEST_RELIABLE_UDP
|
||||
} MTProtocols;
|
||||
|
||||
#define SEQNUM_MAX 65535
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue