ugghghghgh
This commit is contained in:
parent
f9a9491da3
commit
8cbc00372d
6 changed files with 73 additions and 65 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue