Remove widgets namespace
This commit is contained in:
@@ -8,7 +8,7 @@ namespace app {
|
|||||||
namespace editor {
|
namespace editor {
|
||||||
|
|
||||||
AssemblyEditor::AssemblyEditor() {
|
AssemblyEditor::AssemblyEditor() {
|
||||||
text_editor_.SetLanguageDefinition(gui::widgets::GetAssemblyLanguageDef());
|
text_editor_.SetLanguageDefinition(gui::GetAssemblyLanguageDef());
|
||||||
text_editor_.SetPalette(TextEditor::GetDarkPalette());
|
text_editor_.SetPalette(TextEditor::GetDarkPalette());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class GfxGroupEditor : public SharedROM {
|
|||||||
std::vector<Bytes> tile16_individual_data_;
|
std::vector<Bytes> tile16_individual_data_;
|
||||||
std::vector<gfx::Bitmap> tile16_individual_;
|
std::vector<gfx::Bitmap> tile16_individual_;
|
||||||
|
|
||||||
gui::widgets::BitmapViewer gfx_group_viewer_;
|
gui::BitmapViewer gfx_group_viewer_;
|
||||||
zelda3::Overworld overworld_;
|
zelda3::Overworld overworld_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user