This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/server/include/errorMessages.hpp
Konstantin Lampalzer 9b567b8c6c Protobuf prototype
2022-03-18 18:11:16 +01:00

10 lines
238 B
C++

//
// 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