forked from Mirror/GodMode9
8 lines
142 B
C
8 lines
142 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "fsdir.h"
|
|
|
|
void SetDirGoodNames(DirStruct* contents);
|
|
bool GoodRenamer(DirEntry* entry, bool ask);
|