13 sor
273 B
C
13 sor
273 B
C
|
#ifndef DYNAMICCONTENTINCLUDEPAGE_H
|
||
|
#define DYNAMICCONTENTINCLUDEPAGE_H
|
||
|
#include "dynamiccontent.h"
|
||
|
class DynamicContentIncludePage : public DynamicContent
|
||
|
{
|
||
|
public:
|
||
|
using DynamicContent::DynamicContent;
|
||
|
|
||
|
std::string render();
|
||
|
};
|
||
|
|
||
|
#endif // DYNAMICCONTENTINCLUDEPAGE_H
|