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 954aa76..f19746a 100644
--- a/server/src/template.h
+++ b/server/src/template.h
@@ -36,6 +36,11 @@ public:
std::map< std::string, std::string > attributes;
};
+class LUAProgram {
+public:
+ std::map< std::string, std::string > attributes;
+};
+
class Map {
public:
std::map< std::string, std::string > attributes;
@@ -50,6 +55,7 @@ class Macro {
public:
std::vector< Query > queries;
std::vector< Map > maps;
+ std::vector< LUAProgram > luaprograms;
Widget window;
std::map< std::string, std::string > attributes;
};