diff options
Diffstat (limited to 'src/movieCloud.h')
| -rwxr-xr-x | src/movieCloud.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
