Update Interfaces.hpp

This commit is contained in:
0TheSpy
2022-11-25 01:22:42 +03:00
committed by GitHub
parent d1452596d6
commit 04f4079ac7

View File

@ -375,6 +375,7 @@ void TextMsg(std::string text);
void ShowMenu(std::string text);
std::string GetName(int id);
bool VoiceRecordStart(const char* pUncompressedFile);
#endif