h1-mod/src/client/component/gsc/script_error.hpp
2022-10-21 17:05:18 -05:00

7 lines
116 B
C++

#pragma once
namespace gsc
{
std::optional<std::pair<std::string, std::string>> find_function(const char* pos);
}