diff options
Diffstat (limited to 'servers/xr/xr_interface.h')
-rw-r--r-- | servers/xr/xr_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/xr/xr_interface.h b/servers/xr/xr_interface.h index c32455f466..44275285c8 100644 --- a/servers/xr/xr_interface.h +++ b/servers/xr/xr_interface.h @@ -100,6 +100,7 @@ public: virtual bool is_initialized() const = 0; /* returns true if we've initialized this interface */ virtual bool initialize() = 0; /* initialize this interface, if this has an HMD it becomes the primary interface */ virtual void uninitialize() = 0; /* deinitialize this interface */ + virtual Dictionary get_system_info() = 0; /* return a dictionary with info about our system */ /** input and output **/ |