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

7 lines
116 B
C++
Raw Normal View History

2022-10-21 17:05:18 -05:00
#pragma once
namespace gsc
{
std::optional<std::pair<std::string, std::string>> find_function(const char* pos);
}