Code

More in XML privatisation with new create3DBox function and other supplements to...
[inkscape.git] / src / box3d-side.h
index 6014ddaae72b4fab2815fa94bedc45a290b030dd..29a4a6b00c0f5b7dc82fdecc62e5c73696c09190 100644 (file)
@@ -32,6 +32,7 @@ struct Box3DSide : public SPPolygon {
     Box3D::Axis dir2;
     Box3D::FrontOrRear front_or_rear;
        long long int getFaceId();
+       static Box3DSide * createBox3DSide(SPBox3D *box);
 };
 
 struct Box3DSideClass {