start
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "GeometryLibrary.h"
|
||||
|
||||
GeometryLibrary::GeometryLibrary(tinyxml2::XMLElement* xml)
|
||||
{
|
||||
auto xm = xml;
|
||||
auto g = Geometry(xml->FirstChildElement("geometry"));
|
||||
m_Geometries.push_back(g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user