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:
		
							
								
								
									
										4
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -48,3 +48,7 @@ if (ARCHITECTURE_x86_64)
 | 
			
		||||
    target_include_directories(xbyak INTERFACE ./xbyak/xbyak)
 | 
			
		||||
    target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
# ENet
 | 
			
		||||
add_subdirectory(enet)
 | 
			
		||||
target_include_directories(enet INTERFACE ./enet/include)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								externals/enet
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								externals/enet
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule externals/enet added at 9d9ba122d4
									
								
							
		Reference in New Issue
	
	Block a user