ext/spyglass/point.h in spyglass-0.0.4.1 vs ext/spyglass/point.h in spyglass-0.0.5

- old
+ new

@@ -2,9 +2,12 @@ #define SPYGLASS_POINT_H_ #include "spyglass.h" namespace Spyglass { + + SG_GEN_GET_OBJECT_FUNCTION(SG_GET_POINT, cv::Point); + namespace Point { void define_ruby_class(); VALUE get_ruby_class(); static VALUE rb_alloc(VALUE self);