Extracted all packet ids to a single, definitive enum.

It also contains other constant values that might be relevant at some
point.
This commit is contained in:
2020-08-22 17:25:42 +02:00
parent 5f65a84b02
commit 0ac600e223
4 changed files with 844 additions and 78 deletions

View File

@@ -39,6 +39,7 @@ HDR=\
src/CNShardServer.hpp\
src/CNShared.hpp\
src/CNStructs.hpp\
src/Defines.hpp\
src/contrib/INIReader.hpp\
src/contrib/JSON.hpp\
src/NanoManager.hpp\