mirror of
https://github.com/holub/mame
synced 2025-05-15 02:18:16 +03:00
11 lines
186 B
C
11 lines
186 B
C
// ArchiveName.h
|
|
|
|
#ifndef __ARCHIVENAME_H
|
|
#define __ARCHIVENAME_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
|
|
|
|
#endif
|