mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-09 06:50:59 +01:00
11 lines
232 B
C++
11 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
|