diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-29 18:34:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-29 18:34:55 +0200 |
commit | ce79d1556bf8d43665694d7dd75571a79d175615 (patch) | |
tree | af2863d3dd863e1d4ff598f9c9dd70c86bb1bcd3 /cv/init.hpp | |
parent | f8e54403c3c30bf87491d310afd827a2d7cb7f16 (diff) |
cv: gather common init code
Diffstat (limited to 'cv/init.hpp')
-rw-r--r-- | cv/init.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cv/init.hpp b/cv/init.hpp new file mode 100644 index 00000000..4c529549 --- /dev/null +++ b/cv/init.hpp @@ -0,0 +1,2 @@ +#pragma once +void opencv_init(); |