wip stuff
This commit is contained in:
parent
133654b020
commit
08f0637584
7 changed files with 159 additions and 6 deletions
10
src/os/os.h
10
src/os/os.h
|
@ -17,3 +17,13 @@ fn GetNowPlaying() -> string;
|
|||
* @brief Get the OS version.
|
||||
*/
|
||||
fn GetOSVersion() -> string;
|
||||
|
||||
/**
|
||||
* @brief Get the current desktop environment.
|
||||
*/
|
||||
fn GetDesktopEnvironment() -> string;
|
||||
|
||||
/**
|
||||
* @brief Get the current window manager.
|
||||
*/
|
||||
fn GetWindowManager() -> string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue