summaryrefslogtreecommitdiff
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 @@
26 26
27struct Memory { 27struct Memory {
28 unsigned btdata; 28 unsigned btdata;
29 mstime_t move_time;
30 int move_x, move_y;
29}; 31};
30 32
31void init_memory(struct Memory *mem); 33void init_memory(struct Memory *mem);