Files
fluxengine/arch/micropolis/micropolis.h
2021-07-11 16:00:46 +02:00

9 lines
196 B
C++

#ifndef MICROPOLIS_H
#define MICROPOLIS_H
#define MICROPOLIS_ENCODED_SECTOR_SIZE (1+2+266+6)
extern std::unique_ptr<AbstractDecoder> createMicropolisDecoder(const DecoderProto& config);
#endif