mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
mem.Raw_* alias runtime.Raw_*
This commit is contained in:
@@ -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 //
|
||||
|
||||
Reference in New Issue
Block a user