mem.Raw_* alias runtime.Raw_*

This commit is contained in:
gingerBill
2021-09-25 17:29:51 +01:00
parent 868c923770
commit 6fa3c992b5
2 changed files with 16 additions and 29 deletions

View File

@@ -366,6 +366,15 @@ Raw_Map :: struct {
entries: Raw_Dynamic_Array,
}
Raw_Any :: struct {
data: rawptr,
id: typeid,
}
Raw_Cstring :: struct {
data: [^]byte,
}
/////////////////////////////
// Init Startup Procedures //