Add [Packet/Stream/Multiplayer]PeerGDNative
They provide an interface to implement PacketPeer, StreamPeer, and NetworkedMultiplayerPeer via GDNative.
This commit is contained in:
parent
a74e151420
commit
15451479e5
13 changed files with 681 additions and 0 deletions
12
modules/gdnative/net/SCsub
Normal file
12
modules/gdnative/net/SCsub
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import methods
|
||||
|
||||
Import('env')
|
||||
Import('env_modules')
|
||||
|
||||
env_net_gdnative = env_modules.Clone()
|
||||
|
||||
env_net_gdnative.Append(CPPPATH=['#modules/gdnative/include/'])
|
||||
env_net_gdnative.add_source_files(env.modules_sources, '*.cpp')
|
||||
Loading…
Add table
Add a link
Reference in a new issue