Skip to content

Commit

Permalink
forgot args in iGeodeLib.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 12, 2024
1 parent 1a16c6c commit c0e36a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iGeodeLib.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <functional>

void showAlert(const char *title, const char *message, const char *Btn);
void iOSVersion();
void CShowAlert(const char *title, const char *message, const char *Btn);
void (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 c0e36a8

Please sign in to comment.