|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <FileSystem/Serializable.hpp>#include <Utility/Exception.hpp>#include <fstream>#include <sstream>Go to the source code of this file.
Classes | |
| class | Sleak::BinarySerializationContext |
| class | Sleak::JsonSerializationContext |
| ISerializationContext backed by nlohmann::json. More... | |
| class | Sleak::YamlSerializationContext |
| ISerializationContext backed by a YAML::Node. More... | |
Namespaces | |
| namespace | Sleak |
| Root namespace for everything the engine exposes. | |