-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher level" networking.

This commit is contained in:
Juan Linietsky
2016-08-14 13:29:25 -03:00
parent b9e8bddf19
commit c21aae65b6
26 changed files with 6801 additions and 10 deletions

6
modules/enet/SCsub Normal file
View File

@ -0,0 +1,6 @@
Import('env')
env.add_source_files(env.modules_sources,"*.cpp")
env.add_source_files(env.modules_sources,"*.c")
Export('env')