aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-06 22:05:44 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-07 08:52:50 +0100
commitd34ed26989a4775c3b5fd97355d72ef4a6552c71 (patch)
tree4a4077a40ac481cef3e4df70fa7b8d969805043c /vis-core.h
parentfa1eb7921e7c35a0d587a5c0da30a4c47d65a848 (diff)
downloadvis-d34ed26989a4775c3b5fd97355d72ef4a6552c71.tar.gz
vis-d34ed26989a4775c3b5fd97355d72ef4a6552c71.tar.xz
vis: move motions to separate file
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 564ab69..21c6be4 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -158,4 +158,6 @@ struct Vis {
/* TODO: make part of Vis struct? enable dynamic modes? */
extern Mode vis_modes[VIS_MODE_LAST];
+extern Movement moves[MOVE_INVALID];
+
#endif \ No newline at end of file