s1-mod/src/client/component/gsc/script_error.hpp
2024-01-15 12:14:55 +01:00

7 lines
116 B
C++

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