From: Maksym Mamontov Date: Tue, 7 Jan 2020 20:07:42 +0000 (+0200) Subject: Add missing file template. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/cfe9172e73f17ebbd264ec37c138ebcf765bbeb0 Add missing file template. --- diff --git a/sgauth/css.h.in b/sgauth/css.h.in new file mode 100644 index 00000000..5a141254 --- /dev/null +++ b/sgauth/css.h.in @@ -0,0 +1,10 @@ +#pragma once + +namespace SGAuth +{ + +const auto css = R"EOR( +@CSS_DATA@ +)EOR"; + +}