diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:51:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:51:51 +0200 |
commit | 4cb73ce5853d924c17381f3183226b8835172da7 (patch) | |
tree | 8670106bf6b216d7397bff0b104c7d1a4563f244 /video-ps3eye/wrapper.cxx | |
parent | c8fb7bfa37555e5cbe68f368ebb98b161fb2771a (diff) |
video/ps3eye: buffer flush
Diffstat (limited to 'video-ps3eye/wrapper.cxx')
-rw-r--r-- | video-ps3eye/wrapper.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/video-ps3eye/wrapper.cxx b/video-ps3eye/wrapper.cxx new file mode 100644 index 00000000..add62992 --- /dev/null +++ b/video-ps3eye/wrapper.cxx @@ -0,0 +1,7 @@ +#include "shm-layout.hpp" + +int main(int argc, char** argv) +{ + (void)argc; (void)argv; + return 0; +} |