code_app/build/linux/HGTest/main.cpp

12 lines
191 B
C++

#include "stdio.h"
#include "base/HGBase.h"
#include "imgfmt/HGImgFmt.h"
#include "imgproc/HGImgProc.h"
#include "imgproc/HGOCR.h"
#include "sane_user/HGSane.h"
int main()
{
return 0;
}