6 lines
74 B
C++
6 lines
74 B
C++
|
#pragma once
|
||
|
|
||
|
namespace fastfiles
|
||
|
{
|
||
|
std::string get_current_fastfile();
|
||
|
}
|