draconisplusplus/src/os/os.h

8 lines
104 B
C
Raw Normal View History

2024-05-31 22:59:00 -04:00
#pragma once
#include <cstdint>
#include <string>
2024-06-01 06:59:01 -04:00
uint64_t GetMemInfo();
std::string GetNowPlaying();