a lil more documentatin

This commit is contained in:
Mars 2024-06-16 02:39:02 -04:00
parent 50083503cf
commit 11096c5ec7
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895

View file

@ -5,6 +5,17 @@
#include "util/macros.h"
#include "util/numtypes.h"
/**
* @brief Get the amount of installed RAM in bytes.
*/
fn GetMemInfo() -> u64;
/**
* @brief Get the currently playing song metadata.
*/
fn GetNowPlaying() -> std::string;
/**
* @brief Get the OS version.
*/
fn GetOSVersion() -> const char*;