#include "dxfrenderer.h"
-#include <wx/listimpl.cpp>
-WX_DEFINE_LIST(DXFEntityList);
-WX_DEFINE_LIST(DXFLayerList);
+#include "wx/listimpl.cpp"
+WX_DEFINE_LIST(DXFEntityList)
+WX_DEFINE_LIST(DXFLayerList)
// Conversion table from AutoCAD ACI colours to RGB values
static const struct { unsigned char r, g, b; } aci_to_rgb[256] = {
return false;
}
else if (line2 == wxT("TABLES"))
- {
+ {
if (!ParseTables(stream))
return false;
}