Protobuf prototype
This commit is contained in:
parent
e277a83c5f
commit
9b567b8c6c
119 changed files with 8599 additions and 0 deletions
10
server/include/errorMessages.hpp
Normal file
10
server/include/errorMessages.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Created by KonstantinViesure on 06.03.22.
|
||||
//
|
||||
|
||||
#ifndef COMPLIB_SERVER_ERRORMESSAGES_HPP
|
||||
#define COMPLIB_SERVER_ERRORMESSAGES_HPP
|
||||
|
||||
#define ERROR_MESSAGE_UNKNOWN "Header.message_type unknown"
|
||||
|
||||
#endif //COMPLIB_SERVER_ERRORMESSAGES_HPP
|
Reference in a new issue