mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
11 lines
180 B
C
11 lines
180 B
C
// Util/FilePathAutoRename.h
|
|
|
|
#ifndef __FILEPATHAUTORENAME_H
|
|
#define __FILEPATHAUTORENAME_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
bool AutoRenamePath(UString &fullProcessedPath);
|
|
|
|
#endif
|