summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
blob: cf96c661251ea2d749b83a92b61e97610a8af5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
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"