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