mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02: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
|