Files
tomato-testing/src/chat_gui/icons/person.hpp
Green Sky 40df69d8f0 remove imgui subtree and bring it in as cmake fetch content
also forgot to update nix flake for implot and plutosvg
2025-07-01 20:10:14 +02:00

11 lines
119 B
C++

#pragma once
#include <imgui.h>
void drawIconPerson(
const ImVec2 p0,
const ImVec2 p1_o,
const ImU32 col_main
);