include/rays/ruby/polygon.h in rays-0.1.32 vs include/rays/ruby/polygon.h in rays-0.1.33
- old
+ new
@@ -7,10 +7,15 @@
#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/polygon.h>
+RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Polygon)
+
+RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Polygon::Line)
+
+
namespace Rays
{
Rucy::Class polygon_class ();
@@ -19,14 +24,9 @@
Rucy::Class polygon_line_class ();
// class Rays::Polygon::Line
}// Rays
-
-
-RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Polygon)
-
-RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Polygon::Line)
namespace Rucy
{