mikage-dev/source/os_serialization.cpp
2024-03-08 10:54:13 +01:00

10 lines
232 B
C++

#define FORMATS_IMPL_EXPLICIT_FORMAT_INSTANTIATIONS_INTENDED
#include <framework/formats_impl.hpp>
#include "os.hpp"
namespace FileFormat {
template struct SerializationInterface<HLE::OS::CodeSetInfo>;
} // namespace FileFormat