Started on ui
This commit is contained in:
parent
af82f9c2d4
commit
0ffaf7bb93
2 changed files with 42 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue