summaryrefslogtreecommitdiff
path: root/ppmsum.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-04-28 16:45:55 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-04-28 16:45:55 +0200
commit35d6525048dd64bc51163402ee407cc0e164f7de (patch)
tree4e9b943562a4400aa9679050149a682bd06925db /ppmsum.h
parentb51f54314725b2ed2cdac6da0d30017ae8b4e6c8 (diff)
Seperated ppmsum-demuxer into seperate file.
Diffstat (limited to 'ppmsum.h')
-rw-r--r--ppmsum.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ppmsum.h b/ppmsum.h
new file mode 100644
index 0000000..82b62df
--- /dev/null
+++ b/ppmsum.h
@@ -0,0 +1,13 @@
+#ifndef PPMSUM_H
+#define PPMSUM_H
+
+#include <stdint.h>
+
+class PPMSum {
+ public:
+ int16_t data[4];
+
+ void start();
+};
+
+#endif