mirror of
https://github.com/Relintai/codot.git
synced 2025-05-01 05:47:55 +02:00
15 lines
227 B
Python
15 lines
227 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
def get_doc_classes():
|
|
return ["WebRTCPeerConnection", "WebRTCDataChannel", "WebRTCMultiplayer"]
|
|
|
|
|
|
def get_doc_path():
|
|
return "doc_classes"
|