summaryrefslogtreecommitdiff
path: root/server/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/template.h')
-rw-r--r--server/src/template.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/template.h b/server/src/template.h
index d047712..0e016d4 100644
--- a/server/src/template.h
+++ b/server/src/template.h
@@ -51,6 +51,11 @@ public:
std::map< std::string, std::string > attributes;
};
+class Resume {
+public:
+ std::map< std::string, std::string > attributes;
+};
+
class Macro {
public:
std::vector< Query > queries;
@@ -58,6 +63,7 @@ public:
std::vector< Script > scripts;
Widget window;
std::map< std::string, std::string > attributes;
+ Resume resume;
};
class Course {