code_app/build/linux/HGTest/main.cpp

12 lines
191 B
C++
Raw Normal View History

2022-05-05 06:04:26 +00:00
#include "stdio.h"
#include "base/HGBase.h"
#include "imgfmt/HGImgFmt.h"
#include "imgproc/HGImgProc.h"
#include "imgproc/HGOCR.h"
#include "sane_user/HGSane.h"
2022-05-05 06:04:26 +00:00
int main()
{
return 0;
}