mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -121,7 +121,7 @@ struct NetTraversalConfig
|
||||
};
|
||||
|
||||
// messages
|
||||
enum
|
||||
enum MessageID : u8
|
||||
{
|
||||
NP_MSG_PLAYER_JOIN = 0x10,
|
||||
NP_MSG_PLAYER_LEAVE = 0x11,
|
||||
|
Reference in New Issue
Block a user