The Mega Snivy Update
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-02-28 21:48:00 -05:00
parent 8b2edd1359
commit 17f3348e94
163 changed files with 8725 additions and 13281 deletions

10
src/util/imgui/style.hpp Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <glm/glm.hpp>
#include <imgui.h>
namespace game::util::imgui::style
{
void rounding_set(float rounding = 10.0f);
void color_set(glm::vec3 color);
}