7 lines
116 B
C++
7 lines
116 B
C++
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace gsc
|
||
|
{
|
||
|
std::optional<std::pair<std::string, std::string>> find_function(const char* pos);
|
||
|
}
|