s1-mod/src/client/component/gsc/script_error.hpp

7 lines
116 B
C++
Raw Normal View History

2024-01-15 12:14:55 +01:00
#pragma once
namespace gsc
{
std::optional<std::pair<std::string, std::string>> find_function(const char* pos);
}