mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
9 lines
206 B
C
9 lines
206 B
C
#ifndef IMAGEREADERIMPL_H
|
|
#define IMAGEREADERIMPL_H
|
|
|
|
extern void getTrackFormat(const ImgInputOutputProto& config,
|
|
ImgInputOutputProto::TrackdataProto& trackdata, unsigned track, unsigned side);
|
|
|
|
#endif
|
|
|