Updated register side pane to use new state restoration code

This commit is contained in:
Nav
2022-07-19 22:58:38 +01:00
parent bce5ee27ce
commit 97d7690682
2 changed files with 33 additions and 11 deletions

View File

@@ -139,6 +139,7 @@ namespace Bloom
void toggleTargetRegistersPane();
void toggleRamInspectionPane();
void toggleEepromInspectionPane();
void onRegistersPaneStateChanged();
void onRamInspectionPaneStateChanged();
void onEepromInspectionPaneStateChanged();
void onProgrammingModeEnabled();