aboutsummaryrefslogtreecommitdiff
path: root/source/EditorUtils.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
committerhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
commit2a5234a512c19582d261a7ccb692fc634dcb74f0 (patch)
tree0f52925373115319a9ad7d03600e566c59a86566 /source/EditorUtils.hpp
parentf77e73c01a15426bcc6e3d7fe5826d2a741fed38 (diff)
Migrate Material to Ires
Diffstat (limited to 'source/EditorUtils.hpp')
-rw-r--r--source/EditorUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/EditorUtils.hpp b/source/EditorUtils.hpp
index d6483da..6e152f6 100644
--- a/source/EditorUtils.hpp
+++ b/source/EditorUtils.hpp
@@ -31,6 +31,8 @@ bool ColorPicker4(const char* label, RgbaColor* color, ImGuiColorEditFlags flags
bool Splitter(bool splitVertically, float thickness, float* size1, float* size2, float minSize1, float minSize2, float splitterLongAxisSize = -1.0f);
+void AddUnderLine(ImColor col);
+
} // namespace ImGui
namespace Utils {