DearImGui is back again
This commit is contained in:
@@ -4,3 +4,7 @@ to_temp_c_string :: (s: string) -> *u8 {
|
||||
result[s.count] = 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
tprint_c :: (str: string, args: .. Any) -> *u8 {
|
||||
return to_temp_c_string(tprint(str, ..args));
|
||||
}
|
||||
Reference in New Issue
Block a user