forked from Green-Sky/tomato
visibility checks + group and person icon
This commit is contained in:
10
src/chat_gui/icons/person.hpp
Normal file
10
src/chat_gui/icons/person.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
void drawIconPerson(
|
||||
const ImVec2 p0,
|
||||
const ImVec2 p1_o,
|
||||
const ImU32 col_main
|
||||
);
|
||||
|
Reference in New Issue
Block a user