mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
8 lines
135 B
C++
8 lines
135 B
C++
#ifndef ZILOGMCZ_H
|
|
#define ZILOGMCZ_H
|
|
|
|
extern std::unique_ptr<Decoder> createZilogMczDecoder(
|
|
const DecoderProto& config);
|
|
|
|
#endif
|