Closed jwmcglynn closed 5 months ago
Currently everything is nested under src/ and includes look like
src/
#include "src/svg/svg_document.h"
For third-party use this should be changed to angle brackets and within the donner folder.
#include <donner/svg/svg_document.h>
svg_document.h
SVGDocument.h
Currently everything is nested under
src/
and includes look likeFor third-party use this should be changed to angle brackets and within the donner folder.
Additional refactors to consider
svg_document.h
->SVGDocument.h