From 1b97bf5bcc050e9720e436ba7f1cac957f3a19f9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Dec 2022 11:37:25 +0800 Subject: [PATCH] 1 --- a8/strutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/a8/strutils.h b/a8/strutils.h index fb28f20..2f3ed4d 100644 --- a/a8/strutils.h +++ b/a8/strutils.h @@ -28,4 +28,5 @@ namespace a8 bool ReadStringFromFile(const std::string& filename, std::string& data); int SafeStrCmp(const char* s1, const char* s2); size_t GetUtf8Length(const char *str); + }