diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-22 21:28:18 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-22 21:28:18 +0000 |
| commit | 249d944d438704bf322904015b71203895e76fc9 (patch) | |
| tree | 09c1cb553162f1a93f86494533facf947b791233 /src/movieCloud.h | |
initial commit
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 |
