From bab1e388712597cfd16e9b47c5dc8d9840ea91e8 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期一, 09 三月 2020 17:39:09 +0800
Subject: [PATCH] 更新地图
---
lib/src/main/cpp/native-lib.h | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/lib/src/main/cpp/native-lib.h b/lib/src/main/cpp/native-lib.h
index 5dad97c..c5133de 100644
--- a/lib/src/main/cpp/native-lib.h
+++ b/lib/src/main/cpp/native-lib.h
@@ -14,15 +14,10 @@
const uint8_t *plaintext, int plaintext_length,
uint8_t **ciphertext);
-void SetPlatformKey(const uint8_t *key, int length);
-void DelPlatformKey(void);
-int GetPlatformKey(uint8_t *pkey);
-void SetSharedValue(const char *key, int value);
-int GetSharedValue(const char *key);
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 DisplayText(const char *string);
+void PlayTTS(const char *string);
#endif //RTKBASESTATION_NATIVE_LIB_H
--
Gitblit v1.8.0