Skip to content

Commit

Permalink
aw man
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 12, 2024
1 parent 7acf2be commit 4963703
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 @@ -3,4 +3,4 @@

void showAlert(const char *title, const char *message, const char *Btn);
void iOSVersion();
void (const char *title, const char *message, const char *Btn, std::function<void()> callback = nullptr, const char *Btn2 = nullptr, std::function<void()> callback2 = nullptr);
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);

0 comments on commit 4963703

Please sign in to comment.