From 249d944d438704bf322904015b71203895e76fc9 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 22 Nov 2012 21:28:18 +0000 Subject: initial commit --- src/movieCloud.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 src/movieCloud.h (limited to 'src/movieCloud.h') diff --git a/src/movieCloud.h b/src/movieCloud.h new file mode 100755 index 0000000..fe6373b --- /dev/null +++ b/src/movieCloud.h @@ -0,0 +1,15 @@ +#ifndef MOVCLOUD_H +#define MOVCLOUD_H + +#include "ofMain.h" + +/* +controls playback of a movie and allows it to display fake or real depth data +can also make some depth movie recordings + +*/ + + + + +#endif \ No newline at end of file -- cgit v1.2.3