#include "serialize_core.hh"
#include "SerializeBuffer.hh"
#include "XMLElement.hh"
#include "TypeInfo.hh"
#include "StringOp.hh"
#include "inline.hh"
#include "unreachable.hh"
#include <zlib.h>
#include <string>
#include <type_traits>
#include <cstring>
#include <vector>
#include <map>
#include <sstream>
#include <cassert>
#include <memory>
Go to the source code of this file.
Namespaces |
| namespace | openmsx |
| | Thanks to enen for testing this on a real cartridge:
|
Macro Definition Documentation
| #define INSTANTIATE_SERIALIZE_METHODS |
( |
|
CLASS | ) |
|