diff options
author | FearlessTobi <[email protected]> | 2022-07-31 04:46:26 +0200 |
---|---|---|
committer | FearlessTobi <[email protected]> | 2022-09-09 14:30:22 +0200 |
commit | f5e635addaef59159bf6bc529b17954eda3684a1 (patch) | |
tree | 6d6b518611b377b6bd79e3156eb16f60f5045698 /src/network/room.h | |
parent | 0cef3b47f36e8613f7fdbda8fd712e0784026ac2 (diff) | |
download | yuzu-android-f5e635addaef59159bf6bc529b17954eda3684a1.tar.gz yuzu-android-f5e635addaef59159bf6bc529b17954eda3684a1.zip |
ldn: Initial implementation
Diffstat (limited to 'src/network/room.h')
-rw-r--r-- | src/network/room.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/room.h b/src/network/room.h index c2a4b1a70..edbd3ecfb 100644 --- a/src/network/room.h +++ b/src/network/room.h @@ -40,6 +40,7 @@ enum RoomMessageTypes : u8 { IdRoomInformation, IdSetGameInfo, IdProxyPacket, + IdLdnPacket, IdChatMessage, IdNameCollision, IdIpCollision, |