summaryrefslogtreecommitdiffstats
path: root/modules/enet/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-06-14 11:51:53 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-29 10:59:00 +0200
commit42a17775314424ba24974d072bb5f74bc4ff9467 (patch)
treec9ff8a615ff01be6514762f87293c83e243906d1 /modules/enet/config.py
parent1e8bf86379ca818bf7208de5f04f986be95dc102 (diff)
downloadredot-engine-42a17775314424ba24974d072bb5f74bc4ff9467.tar.gz
[Net] Implement lower level ENet wrappers.
Diffstat (limited to 'modules/enet/config.py')
-rw-r--r--modules/enet/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/enet/config.py b/modules/enet/config.py
index 3662b2d94e..9102c74579 100644
--- a/modules/enet/config.py
+++ b/modules/enet/config.py
@@ -9,6 +9,8 @@ def configure(env):
def get_doc_classes():
return [
"ENetMultiplayerPeer",
+ "ENetConnection",
+ "ENetPacketPeer",
]