From e5e41dec2d41651c7160662ecf43325d49b07b66 Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期二, 10 三月 2020 21:51:00 +0800
Subject: [PATCH] 模拟夜间考试。
---
lib/src/main/cpp/native-lib.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h
index c5133de..77011b3 100644
--- a/lib/src/main/cpp/native-lib.h
+++ b/lib/src/main/cpp/native-lib.h
@@ -14,10 +14,10 @@
const uint8_t *plaintext, int plaintext_length,
uint8_t **ciphertext);
-void TextSpeak(const char *text);
+
void TextOsd(int type, const char *text);
void DrawScreen(const Polygon *map, const Polygon *car);
void SendMsgToMainProc(int cmd, const char *value);
-void PlayTTS(const char *string);
+void PlayTTS(const char *string, int id);
#endif //RTKBASESTATION_NATIVE_LIB_H
--
Gitblit v1.8.0