From 0a6e95f855afad36481baa9ed72b39ba6e297df6 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Sat, 5 Nov 2022 11:07:29 -0400 Subject: many changes --- memory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'memory.h') diff --git a/memory.h b/memory.h index 3148138..2067e16 100644 --- a/memory.h +++ b/memory.h @@ -12,9 +12,9 @@ enum memory_table_list { F_Bezier, F_Effects, F_Strings, + F_PrincipalBitmaps, B_ScratchSpace, - // B_CachedBitmapInfo, B_CachedBitmaps, }; @@ -61,6 +61,7 @@ struct memory { memory_table Slot[16]; history_entry_list History; uint64 ScratchPos; + uint32 EntryCount; bool32 IsFileSaved; }; -- cgit v1.2.3