|
CoriEngine
|
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
| class | Cori::FileSystem::JsonSerializer |
| Class is responsible for simple loading/saving config and save files as json files. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::FileSystem |
| Everything connected to interacting with files and filesystem is in this namespace. | |
Concepts | |
| concept | Cori::FileSystem::JsonSerializable |
| To satisfy use NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE macro. Refer here https://json.nlohmann.me/api/macros/nlohmann_define_type_non_intrusive/ for details. | |