mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
Implement basic virtual Room support based on enet (#2803)
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
This commit is contained in:
parent
77389b2ad7
commit
64b6caf5f5
15 changed files with 365 additions and 1 deletions
1
externals/enet
vendored
Submodule
1
externals/enet
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9d9ba122d4818f7ae1aef2197933ac696edb2331
|
Loading…
Add table
Add a link
Reference in a new issue