visibility checks + group and person icon

This commit is contained in:
2024-06-19 16:10:03 +02:00
parent 5544adf345
commit 7c227457cd
6 changed files with 332 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <imgui/imgui.h>
void drawIconPerson(
const ImVec2 p0,
const ImVec2 p1_o,
const ImU32 col_main
);