-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule BeamMP-Protocol
updated
21 files
+3 −1 | CMakeLists.txt | |
+1 −1 | include/ClientInfo.h | |
+1 −1 | include/Hash.h | |
+1 −1 | include/ImplementationInfo.h | |
+1 −1 | include/ModRequest.h | |
+1 −1 | include/ModResponse.h | |
+21 −0 | include/ProtocolVersion.h | |
+1 −1 | include/ServerInfo.h | |
+1 −0 | include/State.h | |
+1 −1 | include/Transport.h | |
+2 −2 | include/Util.h | |
+1 −1 | include/Version.h | |
+1 −1 | src/ClientInfo.cpp | |
+1 −1 | src/Hash.cpp | |
+1 −1 | src/ImplementationInfo.cpp | |
+1 −1 | src/ModRequest.cpp | |
+1 −1 | src/ModResponse.cpp | |
+13 −0 | src/ProtocolVersion.cpp | |
+1 −1 | src/ServerInfo.cpp | |
+1 −1 | src/Transport.cpp | |
+1 −1 | src/Version.cpp |