mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
11 lines
201 B
C
11 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
|