2018-05-31 01:11:33 +08:00
|
|
|
def can_build(env, platform):
|
2017-01-22 06:00:25 +08:00
|
|
|
return True
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
pass
|
2017-11-16 02:23:20 +08:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"AudioStreamOGGVorbis",
|
|
|
|
"ResourceImporterOGGVorbis",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|