Integrating Status return types into GUI

This commit is contained in:
Justin Scofield
2022-07-24 11:55:34 -04:00
parent 03d9b5ae3c
commit 6011d1e6af
11 changed files with 89 additions and 101 deletions

View File

@@ -10,8 +10,6 @@ namespace yaze {
namespace gui {
namespace widgets {
void DisplayStatus(absl::Status& status);
TextEditor::LanguageDefinition GetAssemblyLanguageDef();
} // namespace widgets