From 88ec53bed3a487a26d747d84015ae2bd0ecafd4a Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:23:20 -0400 Subject: Move packages to new base collection --- src/common/allocator.odin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/allocator.odin b/src/common/allocator.odin index 21499a1..452f729 100644 --- a/src/common/allocator.odin +++ b/src/common/allocator.odin @@ -1,7 +1,8 @@ package common +import "base:runtime" + import "core:mem" -import "core:runtime" Scratch_Allocator :: struct { data: []byte, -- cgit v1.2.3