mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
5 lines
82 B
C++
5 lines
82 B
C++
#include "ruby.h"
|
|
|
|
namespace rubyopencv {
|
|
void define_const(VALUE rb_module);
|
|
}
|