From 41250bda2a3e3383b8825a31610102826c32c486 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 15 Feb 2020 01:52:25 +0800 Subject: Added 3 methods for getting certain types of system information. Also improved format of related information reported in logs. --- include/smelt.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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. -- cgit v1.2.3