From de768afbdcf9dd6a588ac975bc56e3fd755091c2 Mon Sep 17 00:00:00 2001 From: MJacred Date: Tue, 11 Oct 2022 12:39:41 +0200 Subject: Fetch video adapter driver name and version from OS on Linux/*BSD and Windows --- core/core_bind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/core_bind.h') diff --git a/core/core_bind.h b/core/core_bind.h index 0f85e473a5..bedfbd4089 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -198,6 +198,8 @@ public: Vector get_cmdline_args(); Vector get_cmdline_user_args(); + Vector get_video_adapter_driver_info() const; + String get_locale() const; String get_locale_language() const; -- cgit v1.2.3