code_app/build/linux/HGTest/main.cpp

11 lines
197 B
C++
Raw Normal View History

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