summaryrefslogtreecommitdiff
path: root/src/combi/data_combi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/combi/data_combi.h')
-rw-r--r--src/combi/data_combi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/combi/data_combi.h b/src/combi/data_combi.h
new file mode 100644
index 0000000..08523d5
--- /dev/null
+++ b/src/combi/data_combi.h
@@ -0,0 +1,8 @@
+#ifndef OBJECT_DATA_COMBI_H
+#define OBJECT_DATA_COMBI_H
+
+#include "m_field_make.h"
+
+extern FieldMakeComboInfo data_combi_table[];
+
+#endif