Add MemoryEditorPopup function

This commit is contained in:
scawful
2025-05-10 09:43:45 -04:00
parent a2af47fd0a
commit 4b7bbfaf1c
2 changed files with 16 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ struct Layout {
void RenderLayout(const Layout &layout);
void MemoryEditorPopup(const std::string &label, std::span<uint8_t> memory);
} // namespace gui
} // namespace yaze