mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 03:39:49 +00:00
10 lines
152 B
C++
10 lines
152 B
C++
#pragma once
|
|
|
|
#include <switch.h>
|
|
|
|
extern char __application_path[FS_MAX_PATH];
|
|
|
|
namespace Utils {
|
|
void GetSizeString(char *string, double size);
|
|
}
|