aboutsummaryrefslogtreecommitdiffstats
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memory.h b/src/memory.h
index a6c51ec..0ab4d04 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -26,6 +26,8 @@
struct Memory {
unsigned btdata;
+ mstime_t move_time;
+ int move_x, move_y;
};
void init_memory(struct Memory *mem);