summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r--modules/mobile_vr/config.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py
new file mode 100644
index 0000000000..cf96c66125
--- /dev/null
+++ b/modules/mobile_vr/config.py
@@ -0,0 +1,12 @@
+def can_build(platform):
+ # should probably change this to only be true on iOS and Android
+ return True
+
+def configure(env):
+ pass
+
+def get_doc_classes():
+ return ["MobileVRInterface"]
+
+def get_doc_path():
+ return "doc_classes"