#include <arion/common/file_system_manager.hpp>#include <arion/common/memory_manager.hpp>#include <arion/common/socket_manager.hpp>#include <arion/common/threading_manager.hpp>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | arion::ARION_CONTEXT |
| Stores the whole context of an Arion instance that can be saved and restored to resume emulation from a given point. More... | |
| class | arion::ContextManager |
Namespaces | |
| namespace | arion |
Variables | |
| const char | arion::CONTEXT_FILE_MAGIC [] = "ARIONCTX" |
| Magic string for headers of Arion context files. | |
| const float | arion::CONTEXT_FILE_VERSION = 1.0 |
| Version number of Arion context file format. | |