2018-05-30 19:11:33 +02:00
|
|
|
def can_build(env, platform):
|
2017-01-21 23:00:25 +01:00
|
|
|
return True
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
2017-11-15 19:23:20 +01:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"AudioStreamOGGVorbis",
|
|
|
|
"ResourceImporterOGGVorbis",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|