1
2
3
4
5
6
7
8
9
10
11
12
13
| // MultiCamCpp.H - MULTICAM C++ API
| // Do not edit this file
|
| #if !defined(__MULTICAMCPP_H__)
| #define __MULTICAMCPP_H__
|
| #include <iostream>
| #include "multicam.h"
|
| #include "MultiCamCppExternal.h"
| #include "MultiCamCppInternal.h"
|
| #endif
|
|