mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 08:39:06 +00:00
Switch over to Universal-Core. (#18)
* Don't build here. * WIP: Switch to Universal-Core. * Update Submodule repo & azure-pipelines.
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
* reasonable ways as different from the original version.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef FORMATTING_HPP
|
||||
#define FORMATTING_HPP
|
||||
|
||||
std::string formatBytes(int bytes);
|
||||
#include <string>
|
||||
|
||||
std::string formatBytes(int bytes);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user