diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 19:47:28 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-22 19:47:28 +0900 |
commit | 716aa2a97d6654cc45ed6a9c8b08cad6d833e301 (patch) | |
tree | 685df3b138a6db0b5703b152d71271fa6966921f /lib/csapi/{{base}}.h.mustache | |
parent | 86ae04267e14ff03b5157e2d92a90fb74ce422a6 (diff) | |
download | libquotient-716aa2a97d6654cc45ed6a9c8b08cad6d833e301.tar.gz libquotient-716aa2a97d6654cc45ed6a9c8b08cad6d833e301.zip |
Switched to GTAD 0.7-pre
{{>}} instead of {{#@filePartial}}, library macros begin with _ instead
of @, mustache/definitions split - see the GTAD commit log.
Diffstat (limited to 'lib/csapi/{{base}}.h.mustache')
-rw-r--r-- | lib/csapi/{{base}}.h.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/{{base}}.h.mustache b/lib/csapi/{{base}}.h.mustache index 0b7de817..d6b374fb 100644 --- a/lib/csapi/{{base}}.h.mustache +++ b/lib/csapi/{{base}}.h.mustache @@ -1,4 +1,4 @@ -{{#@filePartial}}preamble{{/@filePartial}} +{{>preamble}} #pragma once {{#operations}}#include "jobs/basejob.h" |