cppgfx
0.1.0
C++17 educational graphics library
data.hpp
1
2
#ifndef CPPGFX_DATA_HPP
3
#define CPPGFX_DATA_HPP
4
5
#include <string>
6
7
namespace
cppgfx {
8
9
extern
const
std::string CPP_LOGO_BASE64;
10
11
}
12
13
#endif
//CPPGFX_DATA_HPP
include
cppgfx
data.hpp
Generated by
1.9.1