From 954ead41d9391bca28a3cc4f9592f73f25b3bbc8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 02 一月 2023 17:55:06 +0800
Subject: [PATCH] '完善批量设置代码'

---
 ConsoleApplication/ImgUtil.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ConsoleApplication/ImgUtil.h b/ConsoleApplication/ImgUtil.h
index d45963f..2a55231 100644
--- a/ConsoleApplication/ImgUtil.h
+++ b/ConsoleApplication/ImgUtil.h
@@ -58,6 +58,14 @@
 #endif 
 
 
+struct  ImgArea
+{
+	int startx;
+	int starty;
+	int endx;
+	int endy;
+};
+
 using namespace std;
 class ImgUtil
 {

--
Gitblit v1.8.0