mirror of
https://github.com/mamedev/mame.git
synced 2025-04-02 10:52:13 -04:00
10 lines
201 B
C
10 lines
201 B
C
// FilePathAutoRename.h
|
|
|
|
#ifndef ZIP7_INC_FILE_PATH_AUTO_RENAME_H
|
|
#define ZIP7_INC_FILE_PATH_AUTO_RENAME_H
|
|
|
|
#include "../../Common/MyString.h"
|
|
|
|
bool AutoRenamePath(FString &fullProcessedPath);
|
|
|
|
#endif
|