Started on ui

This commit is contained in:
Synthasmagoria 2026-07-29 17:22:32 +02:00
commit 0ffaf7bb93
2 changed files with 42 additions and 5 deletions

View file

@ -70,6 +70,8 @@ irect2 :: struct {x, y, width, height: i32}
tri2 :: [3]v2
Bezier :: [3]v2
V2_ONE :: v2{1.0, 1.0}
/// ### MISCELANIOUS ### ///
enum_to_raygui_options_string :: proc($T: typeid, allocator: mem.Allocator) -> cstring where intrinsics.type_is_enum(T) {
b := strings.builder_make(allocator)