about summary refs log tree commit diff
path: root/converter/other/cameratopam/cameratopam.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/cameratopam.h')
-rw-r--r--converter/other/cameratopam/cameratopam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/converter/other/cameratopam/cameratopam.h b/converter/other/cameratopam/cameratopam.h
new file mode 100644
index 00000000..9ff33cb3
--- /dev/null
+++ b/converter/other/cameratopam/cameratopam.h
@@ -0,0 +1,6 @@
+#ifndef CAMERATOPAM_H_INCLUDED
+#define CAMERATOPAM_H_INCLUDED
+
+typedef unsigned short (*Image)[4];
+
+#endif