WarpX
Loading...
Searching...
No Matches
GetLogo.H
Go to the documentation of this file.
1#ifndef WARPX_GET_LOGO_H_
2#define WARPX_GET_LOGO_H_
3
4#include <string>
5
6namespace utils::logo
7{
13 std::string get_logo () noexcept;
14} // namespace utils::logo
15
16#endif
Definition GetLogo.H:7
std::string get_logo() noexcept
provides an ASCII art logo for WarpX
Definition GetLogo.cpp:3