aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2020-02-15 01:52:25 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2020-02-15 01:52:25 +0800
commit41250bda2a3e3383b8825a31610102826c32c486 (patch)
treed195e679257a3c1352043670d7888096d55582f1 /include
parent7398bdc3eb0f58cdfa9b588e1c6c8e5ef3797ac6 (diff)
downloadSMELT-41250bda2a3e3383b8825a31610102826c32c486.tar.xz
Added 3 methods for getting certain types of system information.
Also improved format of related information reported in logs.
Diffstat (limited to 'include')
-rw-r--r--include/smelt.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/smelt.hpp b/include/smelt.hpp
index be66195..136ad28 100644
--- a/include/smelt.hpp
+++ b/include/smelt.hpp
@@ -280,6 +280,9 @@ public:
* Returns the result.
*/
virtual float smGetTime()=0;
+ virtual const char* smGetCPUModel()=0;
+ virtual const char* smGetOSInfo()=0;
+ virtual const char* smGetDispDriver()=0;
/*
* Load a single sound file into memory.