mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 12:37:41 +03:00
chore: structured src/gui, run clang-format
This commit is contained in:
13
src/gui/controllers/theme_applier.hpp
Normal file
13
src/gui/controllers/theme_applier.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CLRSYNC_GUI_THEME_APPLIER_HPP
|
||||
#define CLRSYNC_GUI_THEME_APPLIER_HPP
|
||||
|
||||
#include "color_text_edit/TextEditor.h"
|
||||
#include "core/palette/palette.hpp"
|
||||
|
||||
namespace theme_applier
|
||||
{
|
||||
void apply_to_imgui(const clrsync::core::palette &pal);
|
||||
void apply_to_editor(TextEditor &editor, const clrsync::core::palette &pal);
|
||||
} // namespace theme_applier
|
||||
|
||||
#endif // CLRSYNC_GUI_THEME_APPLIER_HPP
|
||||
Reference in New Issue
Block a user