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{
12 const std::string & getAsciiLogo();
13}
Definition logo.hpp:6
const std::string & getAsciiLogo()
Get the ASCII logo string.
Definition logo.cpp:5