mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
9 lines
196 B
C++
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
|