Skip to content

Commit 84ad03d

Browse files
committed
Fix compile error
asdfadsf
1 parent f2254d2 commit 84ad03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mods/APIProxy.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class APIProxy : public Mod {
3333
using REFOnDeviceResetCb = std::function<std::remove_pointer<::REFOnDeviceResetCb>::type>;
3434
using REFOnMessageCb = std::function<std::remove_pointer<::REFOnMessageCb>::type>;
3535
using REFOnImGuiFrameCb = std::function<std::remove_pointer<::REFOnImGuiFrameCb>::type>;
36+
using REFOnImGuiDrawUICb = std::function<std::remove_pointer<::REFOnImGuiDrawUICb>::type>;
3637

3738
bool add_on_lua_state_created(REFLuaStateCreatedCb cb);
3839
bool add_on_lua_state_destroyed(REFLuaStateDestroyedCb cb);

0 commit comments

Comments
 (0)