From 35d6525048dd64bc51163402ee407cc0e164f7de Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 28 Apr 2011 16:45:55 +0200 Subject: Seperated ppmsum-demuxer into seperate file. --- ppmsum.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ppmsum.h (limited to 'ppmsum.h') 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 + +class PPMSum { + public: + int16_t data[4]; + + void start(); +}; + +#endif -- cgit v1.2.3