16 lines
261 B
C++
16 lines
261 B
C++
#ifndef YAZE_GUI_WIDGETS_H
|
|
#define YAZE_GUI_WIDGETS_H
|
|
|
|
#include <ImGuiColorTextEdit/TextEditor.h>
|
|
|
|
namespace yaze {
|
|
namespace gui {
|
|
namespace widgets {
|
|
|
|
TextEditor::LanguageDefinition GetAssemblyLanguageDef();
|
|
|
|
}
|
|
} // namespace gui
|
|
} // namespace yaze
|
|
|
|
#endif |