summaryrefslogtreecommitdiff
path: root/memory.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-11-22 23:02:54 -0500
committerFox Caminiti <fox@foxcam.net>2022-11-22 23:02:54 -0500
commit1da96e0dbe95f5078623e2b0469152692833a096 (patch)
tree6195b0359efbf0531b3984df2e820337edc92fd6 /memory.h
parent09c6cb9e3be2655b842e13dd68879cb10cf52acf (diff)
file io, compression
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory.h b/memory.h
index 5f15bca..f4460ed 100644
--- a/memory.h
+++ b/memory.h
@@ -34,6 +34,7 @@ struct global_memory {
enum history_action_type {
action_type_swap,
+ action_type_swap_bitmap,
action_type_shift
};