mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 05:34:59 -07:00
Begin work on builtin procedures
This commit is contained in:
@@ -1114,6 +1114,7 @@ gb_internal void init_universal(void) {
|
||||
|
||||
|
||||
t_u8_ptr = alloc_type_pointer(t_u8);
|
||||
t_u8_multi_ptr = alloc_type_multi_pointer(t_u8);
|
||||
t_int_ptr = alloc_type_pointer(t_int);
|
||||
t_i64_ptr = alloc_type_pointer(t_i64);
|
||||
t_f64_ptr = alloc_type_pointer(t_f64);
|
||||
|
||||
Reference in New Issue
Block a user