summaryrefslogtreecommitdiff
path: root/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h3
1 files changed, 2 insertions, 1 deletions
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;
};