Alert skeleton

This commit is contained in:
elasota
2020-01-24 02:09:19 -05:00
parent 928efdd527
commit 9e9a79c4b7
21 changed files with 127 additions and 58 deletions

View File

@@ -13,6 +13,7 @@
#include "PLTimeTaggedVOSEvent.h"
#include "QDPixMap.h"
#include "BitmapImage.h"
#include "DialogManager.h"
#include "Externs.h"
#include "IconLoader.h"
#include "InputManager.h"
@@ -108,7 +109,7 @@ void RedAlert (short errorNumber)
ParamText(errTitle, errMessage, errNumberString, PSTR(""));
// CenterAlert(rDeathAlertID);
dummyInt = Alert(rDeathAlertID, nil);
dummyInt = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(rDeathAlertID);
ExitToShell();
}