webc v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
pss.h
Go to the documentation of this file.
1
32#ifndef WEBC_TEMPLATE_PSS_H
33#define WEBC_TEMPLATE_PSS_H
34
35#include "../webc-core.h"
36#include "./template.h"
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42typedef struct {
43 Template template;
44 Project project;
46
47WEBCAPI char* WEBC_TemplateProjectShowcaseSite(ProjectShowcaseSite site);
48WEBCAPI void WEBC_TemplateProjectShowcaseSiteFragment(char** buffer, ProjectShowcaseSite site);
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif // WEBC_TEMPLATE_PSS_H
Definition pss.h:42
Definition template.h:40
Definition template.h:50