diff options
author | Bastiaan Olij <mux213@gmail.com> | 2017-10-14 09:36:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 09:36:14 +1100 |
commit | 5f7667a68d39e910ace88fc38cd0a35002e934a9 (patch) | |
tree | 98fefbcb57a800a0a7b84ae28ab06cdba38a34c6 /modules/gdnative/config.py | |
parent | 4585239a4bcb5350fadc1fbe5a6db1c2e67ab06a (diff) | |
parent | cc37d43f861b2fd4c3c5d5fbaf7186bf5c30d35f (diff) |
Merge pull request #11937 from BastiaanOlij/arvr_fix_gdnative
Redoing the ARVR GDNative interface as module and tighter implementation
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r-- | modules/gdnative/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 9ad1c8cf5d..df3556249d 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -6,7 +6,7 @@ def configure(env): env.use_ptrcall = True def get_doc_classes(): - return ["GDNative", "GDNativeLibrary", "NativeScript"] + return ["GDNative", "GDNativeLibrary", "NativeScript", "ARVRInterfaceGDNative"] def get_doc_path(): return "doc_classes" |