finish terminal helper

This commit is contained in:
2024-05-20 21:41:48 +08:00
parent 7258c4c92b
commit 6ebb457bd1
14 changed files with 272 additions and 212 deletions

View File

@ -6,7 +6,6 @@
namespace YYCC::IOHelper {
void Gets(std::string& u8cmd);
FILE* FOpen(const char* u8_filepath, const char* u8_mode);
}