2022-08-01 16:01:10 +00:00
|
|
|
#pragma once
|
2020-08-03 22:10:06 +00:00
|
|
|
|
2020-09-28 19:52:54 +00:00
|
|
|
#include <switch.h>
|
|
|
|
|
|
|
|
extern char __application_path[FS_MAX_PATH];
|
|
|
|
|
2020-08-03 22:10:06 +00:00
|
|
|
namespace Utils {
|
|
|
|
void GetSizeString(char *string, double size);
|
|
|
|
}
|