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

@@ -10,6 +10,7 @@
#include "PLPasStr.h"
#include "PLStandardColors.h"
#include "BitmapImage.h"
#include "DialogManager.h"
#include "Externs.h"
#include "FontFamily.h"
#include "House.h"
@@ -477,7 +478,7 @@ Boolean QueryDeleteRoom (void)
short hitWhat;
// CenterAlert(kDeleteRoomAlert);
hitWhat = Alert(kDeleteRoomAlert, nil);
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kDeleteRoomAlert);
if (hitWhat == kYesDoDeleteRoom)
return (true);
else