]> git.stg.codes - stg.git/blob - sgauth/css.h.in
Replace boost::scoped_ptr with std::unique_ptr.
[stg.git] / sgauth / css.h.in
1 #pragma once
2
3 namespace SGAuth
4 {
5
6 const auto css = R"EOR(
7 @CSS_DATA@
8 )EOR";
9
10 }