godot/modules/stb_vorbis/config.py

15 lines
229 B
Python
Raw Normal View History

def can_build(platform):
return True
def configure(env):
pass
def get_doc_classes():
return [
"AudioStreamOGGVorbis",
"ResourceImporterOGGVorbis",
]
def get_doc_path():
return "doc_classes"