Skip to content

Commit

Permalink
crash 💔
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 12, 2024
1 parent 64b69ba commit eb3453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iGeodeLib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
namespace iGeodeLib {
void showAlert(const char *title, const char *message, const char *Btn);
std::string iOSVersion();
void CShowAlert(const char *title, const char *message, const char *Btn, std::function<void()> callback, const char *Btn2, std::function<void()> callback2);
void CShowAlert(const char *title, const char *message, const char *Btn, std::function<void()> callback = nullptr, const char *Btn2 = nullptr, std::function<void()> callback2 = nullptr);
}
#endif // IGEODELIB_HPP

0 comments on commit eb3453b

Please sign in to comment.