mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Add InfoAlertButton create
This commit is contained in:
parent
938f8947e1
commit
61ce4cc643
1 changed files with 1 additions and 1 deletions
|
@ -3510,7 +3510,7 @@ class InfoAlertButton {
|
|||
bool init(gd::string const& title, gd::string const& text, float scale) = win 0x14ef50;
|
||||
void activate() = win 0x14f050;
|
||||
inline InfoAlertButton() {}
|
||||
static InfoAlertButton* create(gd::string const& title, gd::string const& text, float scale) = win 0x14ed20;
|
||||
static InfoAlertButton* create(gd::string const& title, gd::string const& text, float scale) = win 0x14ed20, mac 0x2ecad0;
|
||||
}
|
||||
|
||||
class InfoLayer : FLAlertLayer, LevelCommentDelegate, CommentUploadDelegate, FLAlertLayerProtocol {
|
||||
|
|
Loading…
Reference in a new issue