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