SFMLHelper: Add stream insertion overload helpers for enum types

Will be used in future changes to eliminate the need to cast when
inserting various message IDs
This commit is contained in:
Lioncash
2021-09-22 13:40:46 -04:00
parent cc84799c7f
commit 07af775afa
2 changed files with 25 additions and 6 deletions

View File

@ -121,7 +121,7 @@ struct NetTraversalConfig
};
// messages
enum
enum MessageID : u8
{
NP_MSG_PLAYER_JOIN = 0x10,
NP_MSG_PLAYER_LEAVE = 0x11,