about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/mvcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/mvcode.h')
-rw-r--r--converter/other/fiasco/lib/mvcode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/converter/other/fiasco/lib/mvcode.h b/converter/other/fiasco/lib/mvcode.h
new file mode 100644
index 00000000..f43f2081
--- /dev/null
+++ b/converter/other/fiasco/lib/mvcode.h
@@ -0,0 +1,6 @@
+#ifndef MVCODE_H_INCLUDED
+#define MVCODE_H_INCLUDED
+
+extern unsigned mv_code_table [33][2];
+
+#endif