Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
logo.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace dcn::utils
6{
7 struct LogoASCII_t{};
8 static const LogoASCII_t LogoASCII;
9
10 struct LogoUnicode_t{};
11 static const LogoUnicode_t LogoUnicode;
12
18 const std::string & getLogo(LogoASCII_t);
19
25 const std::string & getLogo(LogoUnicode_t);
26}
Definition logo.hpp:6
const std::string & getLogo(LogoASCII_t)
Get the ASCII logo string.
Definition logo.cpp:5
Definition logo.hpp:7
Definition logo.hpp:10