1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/ext/opencv/opencv_const.hpp
2016-04-03 05:19:48 +09:00

5 lines
82 B
C++

#include "ruby.h"
namespace rubyopencv {
void define_const(VALUE rb_module);
}