From 24428a1b69afcf113883e9cede1159443201a1b8 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期四, 02 四月 2020 18:57:07 +0800 Subject: [PATCH] 进出科目二区域调整 --- lib/src/main/cpp/master/comm_if.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/master/comm_if.h b/lib/src/main/cpp/master/comm_if.h index 8e23f95..80d93a9 100644 --- a/lib/src/main/cpp/master/comm_if.h +++ b/lib/src/main/cpp/master/comm_if.h @@ -97,4 +97,6 @@ void MA_EnterMap(int map_id, int type, int enter); void MA_ExamLight(void); +void MA_SendDistance(double l, double r); + #endif //MYAPPLICATION2_COMM_IF_H -- Gitblit v1.8.0