a lil more documentatin
This commit is contained in:
parent
50083503cf
commit
11096c5ec7
11
src/os/os.h
11
src/os/os.h
|
@ -5,6 +5,17 @@
|
||||||
#include "util/macros.h"
|
#include "util/macros.h"
|
||||||
#include "util/numtypes.h"
|
#include "util/numtypes.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the amount of installed RAM in bytes.
|
||||||
|
*/
|
||||||
fn GetMemInfo() -> u64;
|
fn GetMemInfo() -> u64;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the currently playing song metadata.
|
||||||
|
*/
|
||||||
fn GetNowPlaying() -> std::string;
|
fn GetNowPlaying() -> std::string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Get the OS version.
|
||||||
|
*/
|
||||||
fn GetOSVersion() -> const char*;
|
fn GetOSVersion() -> const char*;
|
||||||
|
|
Loading…
Reference in a new issue