Files
yaze/src/app/gui/widgets.h
2023-05-22 09:16:20 -05:00

19 lines
348 B
C++

#ifndef YAZE_GUI_WIDGETS_H
#define YAZE_GUI_WIDGETS_H
#include <ImGuiColorTextEdit/TextEditor.h>
#include "absl/status/status.h"
#include "app/core/constants.h"
namespace yaze {
namespace gui {
namespace widgets {
TextEditor::LanguageDefinition GetAssemblyLanguageDef();
} // namespace widgets
} // namespace gui
} // namespace yaze
#endif