NX-Shell/include/utils.hpp

10 lines
152 B
C++
Raw Permalink Normal View History

#pragma once
2020-08-03 22:10:06 +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);
}