From cfe9172e73f17ebbd264ec37c138ebcf765bbeb0 Mon Sep 17 00:00:00 2001 From: Maksym Mamontov Date: Tue, 7 Jan 2020 22:07:42 +0200 Subject: [PATCH] Add missing file template. --- sgauth/css.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sgauth/css.h.in 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"; + +} -- 2.43.2