![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <string>
Include dependency graph for Base64.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | galaxy |
| Animated.cpp galaxy. | |
| namespace | galaxy::math |
Functions | |
| std::string | galaxy::math::encode_base64 (const std::string &input) |
| Compresses string into Base64. | |
| std::string | galaxy::math::decode_base64 (const std::string &input) |
| Decompresses string into Base64. | |