Added function changes to compiler and runtime

This commit is contained in:
n00b
2024-11-23 15:54:12 -05:00
parent a2363aa63a
commit 26f89808ba
11 changed files with 2014 additions and 2020 deletions

View File

@@ -2185,7 +2185,7 @@ void rc_readInput_Stop()
SDL_StopTextInput();
}
std::string rc_readInput_Text()
std::string rc_readInput_GetText()
{
return rc_textinput_string;
}