8 lines
206 B
C
8 lines
206 B
C
#ifndef IMAGEREADERIMPL_H
|
|
#define IMAGEREADERIMPL_H
|
|
|
|
extern void getTrackFormat(const ImgInputOutputProto& config,
|
|
ImgInputOutputProto::TrackdataProto& trackdata, unsigned track, unsigned side);
|
|
|
|
#endif
|
|
|