This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
681575fa7123592897090c6cce44402c4e45baeb
godot
/
modules
/
enet
/
config.py
7 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher level" networking.
2016-08-14 13:29:25 -03:00
def
can_build
(
platform
)
:
enet: Split enet thirdparty files and allow unbundling Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet.
2016-10-10 19:50:51 +02:00
return
True
-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher level" networking.
2016-08-14 13:29:25 -03:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink