mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-07 15:51:36 +00:00
it compiles again
This commit is contained in:
15
dCommon/dEnums/eChatMessageResponseCode.h
Normal file
15
dCommon/dEnums/eChatMessageResponseCode.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __ECHATMESSAGERESPONSECODES__H__
|
||||
#define __ECHATMESSAGERESPONSECODES__H__
|
||||
|
||||
#include <cstdint>
|
||||
enum class eChatMessageResponseCode : uint8_t {
|
||||
SENT = 0,
|
||||
NOTONLINE,
|
||||
GENERALERROR,
|
||||
RECEIVEDNEWWHISPER,
|
||||
NOTFRIENDS,
|
||||
SENDERFREETRIAL,
|
||||
RECEIVERFREETRIAL,
|
||||
};
|
||||
|
||||
#endif //!__ECHATMESSAGERESPONSECODES__H__
|
Reference in New Issue
Block a user