Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
asdfadsf
  • Loading branch information
praydog committed Sep 6, 2024
1 parent f2254d2 commit 84ad03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mods/APIProxy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class APIProxy : public Mod {
using REFOnDeviceResetCb = std::function<std::remove_pointer<::REFOnDeviceResetCb>::type>;
using REFOnMessageCb = std::function<std::remove_pointer<::REFOnMessageCb>::type>;
using REFOnImGuiFrameCb = std::function<std::remove_pointer<::REFOnImGuiFrameCb>::type>;
using REFOnImGuiDrawUICb = std::function<std::remove_pointer<::REFOnImGuiDrawUICb>::type>;

bool add_on_lua_state_created(REFLuaStateCreatedCb cb);
bool add_on_lua_state_destroyed(REFLuaStateDestroyedCb cb);
Expand Down

0 comments on commit 84ad03d

Please sign in to comment.