ugghghghgh

This commit is contained in:
Mars 2025-02-17 22:06:51 -05:00
parent f9a9491da3
commit 8cbc00372d
6 changed files with 73 additions and 65 deletions

View file

@ -1,12 +1,14 @@
#pragma once
#include <expected>
#include "../util/macros.h"
#include "../util/types.h"
/**
* @brief Get the amount of installed RAM in bytes.
*/
fn GetMemInfo() -> u64;
fn GetMemInfo() -> std::expected<u64, string>;
/**
* @brief Get the currently playing song metadata.