aboutsummaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
diff options
context:
space:
mode:
authorBastiaanOlij2017-09-29 21:36:27 +1000
committerBastiaanOlij2017-10-06 20:35:55 +1100
commitce74efacbbad6edc7d84975f4480aa254f73b6cd (patch)
treeab4021340116ceb85a24a76f0f6134c9c81bf987 /modules/mobile_vr/config.py
parentba2c49531d23093cbc46bb390d58cf1e60bf79d0 (diff)
downloadgodot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.tar.gz
godot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.tar.zst
godot-ce74efacbbad6edc7d84975f4480aa254f73b6cd.zip
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r--modules/mobile_vr/config.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py
index d0156b1b7..cf96c6612 100644
--- a/modules/mobile_vr/config.py
+++ b/modules/mobile_vr/config.py
@@ -3,4 +3,10 @@ def can_build(platform):
return True
def configure(env):
- pass \ No newline at end of file
+ pass
+
+def get_doc_classes():
+ return ["MobileVRInterface"]
+
+def get_doc_path():
+ return "doc_classes"