diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-31 18:58:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-31 18:58:14 +0200 |
commit | fc0e8afb25c6fa32f299e8c7318c3bd2411673c9 (patch) | |
tree | 7e6f11dd71ca3eaa0fd71e3c4249420b31da1d2f /ftnoir_tracker_pt/camera.h | |
parent | ce1608610e2173b453364ce297ed16427478532e (diff) |
put camera name list in header, don't copy-paste
Diffstat (limited to 'ftnoir_tracker_pt/camera.h')
-rw-r--r-- | ftnoir_tracker_pt/camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index 2bce6f35..bffd19ee 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -17,9 +17,10 @@ #endif #include <string> +#ifndef OPENTRACK_API // ---------------------------------------------------------------------------- void get_camera_device_names(std::vector<std::string>& device_names); - +#endif // ---------------------------------------------------------------------------- struct CamInfo |