Adds first prototype code to create navigation categories, needs majour cleanup and optimisations

This commit is contained in:
Rosia E Evans 2023-10-11 00:19:40 +01:00
parent 2fbec8869d
commit 82e1d9fc0c
23 changed files with 237 additions and 324 deletions

View file

@ -118,10 +118,6 @@ void Page::writePageToFile()
printf("failed to write file to %s \n", outFileUrl.c_str());
}
FileFlags FlagReader::readFlags(std::string flagString)
{
FileFlags flags;