diff options
author | MJacred <loesch.benny92@gmx.de> | 2022-10-11 12:39:41 +0200 |
---|---|---|
committer | MJacred <loesch.benny92@gmx.de> | 2022-10-11 12:39:41 +0200 |
commit | de768afbdcf9dd6a588ac975bc56e3fd755091c2 (patch) | |
tree | 94726f9b9f2b696f70878e94da08a5407c78776d /core/core_bind.h | |
parent | 63c0dc690e06731224e88911ed16d1b798b681b5 (diff) | |
download | redot-engine-de768afbdcf9dd6a588ac975bc56e3fd755091c2.tar.gz |
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
Diffstat (limited to 'core/core_bind.h')
-rw-r--r-- | core/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<String> get_cmdline_args(); Vector<String> get_cmdline_user_args(); + Vector<String> get_video_adapter_driver_info() const; + String get_locale() const; String get_locale_language() const; |