t7x/src/client/component/ui_scripting.hpp

8 lines
116 B
C++
Raw Normal View History

2023-01-01 19:12:14 -05:00
#pragma once
namespace ui_scripting
{
template <typename F>
game::hks::cclosure* convert_function(F f);
}