From 420778fcee054257d540cf24fbf1b1e3f9fc0d9f Mon Sep 17 00:00:00 2001
From: graydon <weidong.gao@cretone.cn>
Date: 星期三, 28 二月 2024 10:36:07 +0800
Subject: [PATCH] 合并近期修改。

---
 src/tob.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/tob.h b/src/tob.h
index 31cb19a..82c5d6a 100644
--- a/src/tob.h
+++ b/src/tob.h
@@ -42,6 +42,7 @@
 	u32 GetLevels(Message* handle , MSG* msg);
 	u32 GetModuleCPU(Message* handle , MSG* pmsg);
 	u16 GetModuleNum() {return mModuleNum;}
+	u16 GetLevelPacketNum() {return mLevelPacketNum;}
 };
 
 #endif

--
Gitblit v1.9.3