From 6fa3c992b5259d2e53f033e236bed998bebcd031 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 25 Sep 2021 17:29:51 +0100 Subject: `mem.Raw_*` alias `runtime.Raw_*` --- core/runtime/core.odin | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/runtime') diff --git a/core/runtime/core.odin b/core/runtime/core.odin index fd4d7e93a..542340e36 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -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 // -- cgit v1.2.3