wawa
This commit is contained in:
parent
b09839ff6a
commit
269122d30c
10 changed files with 68 additions and 69 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue