mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
12 lines
228 B
C
12 lines
228 B
C
// DefaultName.h
|
|
|
|
#ifndef __DEFAULT_NAME_H
|
|
#define __DEFAULT_NAME_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
UString GetDefaultName2(const UString &fileName,
|
|
const UString &extension, const UString &addSubExtension);
|
|
|
|
#endif
|