From b98224fe56ead2b92f0cc41fe24e4c77d1188dff Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期一, 30 十二月 2019 18:11:25 +0800 Subject: [PATCH] 修改speaker --- lib/src/main/cpp/native-lib.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h index 578dbf9..2144b1c 100644 --- a/lib/src/main/cpp/native-lib.h +++ b/lib/src/main/cpp/native-lib.h @@ -22,7 +22,7 @@ void TextSpeak(const char *text); void TextOsd(int type, const char *text); void DrawScreen(const Polygon *map, const Polygon *car); -void CCL(int who); + void DisplayText(const char *string); #endif //RTKBASESTATION_NATIVE_LIB_H -- Gitblit v1.8.0