This commit is contained in:
Mars 2024-06-21 03:34:33 -04:00
parent b09839ff6a
commit 269122d30c
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
10 changed files with 68 additions and 69 deletions

View file

@ -1,9 +1,7 @@
#pragma once
#include <string>
#include "../util/macros.h"
#include "../util/numtypes.h"
#include "../util/types.h"
/**
* @brief Get the amount of installed RAM in bytes.
@ -13,7 +11,7 @@ fn GetMemInfo() -> u64;
/**
* @brief Get the currently playing song metadata.
*/
fn GetNowPlaying() -> std::string;
fn GetNowPlaying() -> string;
/**
* @brief Get the OS version.