8 lines
162 B
C++
8 lines
162 B
C++
#pragma once
|
|
#include "Common.h"
|
|
|
|
class ShellCoreUtilWrapper
|
|
{
|
|
public:
|
|
static int sceShellCoreUtilGetFreeSizeOfUserPartition(uint64_t* free, uint64_t* total);
|
|
}; |