8 lines
161 B
C
Raw Normal View History

2016-07-21 00:29:48 +02:00
#pragma once
#include "fs.h"
bool IsStoredDrive(const char* path);
void StoreDirContents(DirStruct* contents);
void GetStoredDirContents(DirStruct* contents);