diff options
| author | Bastiaan Olij <mux213@gmail.com> | 2019-03-13 20:43:21 +1100 |
|---|---|---|
| committer | Bastiaan Olij <mux213@gmail.com> | 2019-04-27 08:39:21 +1000 |
| commit | 1a1b35721a89e2b27d2b18b8b746c37fd56734aa (patch) | |
| tree | 31a52c25ee18de46a3cba7aade5c8701f80e5161 /modules/gdnative/include | |
| parent | ac95466aff13e0444ec897ba14e89154fa132c63 (diff) | |
| download | redot-engine-1a1b35721a89e2b27d2b18b8b746c37fd56734aa.tar.gz | |
Send notifications to ARVRInterfaces
Diffstat (limited to 'modules/gdnative/include')
| -rw-r--r-- | modules/gdnative/include/arvr/godot_arvr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/include/arvr/godot_arvr.h b/modules/gdnative/include/arvr/godot_arvr.h index 321b471d0e..60bad27618 100644 --- a/modules/gdnative/include/arvr/godot_arvr.h +++ b/modules/gdnative/include/arvr/godot_arvr.h @@ -63,6 +63,7 @@ typedef struct { void (*process)(void *); // only in 1.1 onwards godot_int (*get_external_texture_for_eye)(void *, godot_int); + void (*notification)(godot_int); } godot_arvr_interface_gdnative; void GDAPI godot_arvr_register_interface(const godot_arvr_interface_gdnative *p_interface); |
