mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-08 22:40:59 +01:00
10 lines
232 B
C++
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
|