From cc0cf0e2c92b0fc690a75979fe49d1729b5798b7 Mon Sep 17 00:00:00 2001 From: wanglei <wanglei@qq.com> Date: 星期日, 07 四月 2024 15:51:31 +0800 Subject: [PATCH] 更新dlb文件,对应ModuleProceLibs版本7a536f --- 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