7 lines
113 B
C++
7 lines
113 B
C++
#pragma once
|
|
|
|
namespace fastfiles
|
|
{
|
|
std::string get_current_fastfile();
|
|
bool exists(const std::string& zone);
|
|
} |