We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2254d2 commit 84ad03dCopy full SHA for 84ad03d
src/mods/APIProxy.hpp
@@ -33,6 +33,7 @@ class APIProxy : public Mod {
33
using REFOnDeviceResetCb = std::function<std::remove_pointer<::REFOnDeviceResetCb>::type>;
34
using REFOnMessageCb = std::function<std::remove_pointer<::REFOnMessageCb>::type>;
35
using REFOnImGuiFrameCb = std::function<std::remove_pointer<::REFOnImGuiFrameCb>::type>;
36
+ using REFOnImGuiDrawUICb = std::function<std::remove_pointer<::REFOnImGuiDrawUICb>::type>;
37
38
bool add_on_lua_state_created(REFLuaStateCreatedCb cb);
39
bool add_on_lua_state_destroyed(REFLuaStateDestroyedCb cb);
0 commit comments