Adds beginnings of BlogPageBuilder and associated classes

This commit is contained in:
Rosia E Evans 2023-09-20 09:09:51 +01:00
parent 65aefe46ce
commit 1506f661c9
114 changed files with 4740 additions and 518 deletions

4
MacroDefinitions.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
#define TEST_RESOURCE_FOLDER "/home/rosia/Programming/Cpp/BlogParser/Resources/Tests"
#define RESOURCE_FOLDER "/home/rosia/Programming/Cpp/BlogParser/Resources"