From 0b0aa3b06fac0bcdeb31d5e2211d1ba149531692 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Thu, 6 Oct 2022 14:30:48 -0400 Subject: GL renderer preparation --- memory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'memory.h') diff --git a/memory.h b/memory.h index 47c737e..51b207a 100644 --- a/memory.h +++ b/memory.h @@ -14,6 +14,7 @@ enum memory_table_list { F_Nodes, F_Strings, + B_ScratchSpace, B_CachedBitmaps, }; @@ -59,6 +60,7 @@ struct history_entry_list { struct memory { memory_table Slot[16]; history_entry_list History; + uint64 ScratchPos; bool32 IsFileSaved; }; -- cgit v1.2.3