forked from Mirror/GodMode9
8 lines
161 B
C
8 lines
161 B
C
#pragma once
|
|
|
|
#include "fs.h"
|
|
|
|
bool IsStoredDrive(const char* path);
|
|
void StoreDirContents(DirStruct* contents);
|
|
void GetStoredDirContents(DirStruct* contents);
|