feat(platform): add platform header
This commit is contained in:
parent
baf933569b
commit
b939530536
@ -8,7 +8,10 @@
|
|||||||
|
|
||||||
namespace Platform {
|
namespace Platform {
|
||||||
void ShowPopup(const char *message);
|
void ShowPopup(const char *message);
|
||||||
|
|
||||||
void ShowPopup(const char *title, const char *message);
|
void ShowPopup(const char *title, const char *message);
|
||||||
|
|
||||||
void ShowPopup(const std::string &message);
|
void ShowPopup(const std::string &message);
|
||||||
|
|
||||||
void ShowPopup(const std::string &title, const std::string &message);
|
void ShowPopup(const std::string &title, const std::string &message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user