first commit
This commit is contained in:
8
src/IOHelper.hpp
Normal file
8
src/IOHelper.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
namespace YYCC::IOHelper {
|
||||
|
||||
void GetCmdLine(std::string&);
|
||||
FILE* UTF8FOpen(const char* u8_filepath, const char* u8_mode);
|
||||
}
|
Reference in New Issue
Block a user