Dynamic: Add DynamicContentIncludePage to allow including pages

This commit is contained in:
2022-03-27 21:36:53 +02:00
vanhempi 7bb7600d39
commit 1ae5495e61
7 muutettua tiedostoa jossa 42 lisäystä ja 12 poistoa

Näytä tiedosto

@@ -0,0 +1,12 @@
#ifndef DYNAMICCONTENTINCLUDEPAGE_H
#define DYNAMICCONTENTINCLUDEPAGE_H
#include "dynamiccontent.h"
class DynamicContentIncludePage : public DynamicContent
{
public:
using DynamicContent::DynamicContent;
std::string render();
};
#endif // DYNAMICCONTENTINCLUDEPAGE_H