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