3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/Result.h"
7#include "mc/server/commands/edu/make_code_fileio/MakeCodeFileResult.h"
9namespace MakeCodeFileIO {
12MCNAPI ::Bedrock::Result<::std::string> _writeFile(::std::string
const& filePath, ::std::string
const& input);
14MCNAPI
bool isFileTypeValid(::std::string
const& filePath);
16MCNAPI ::MakeCodeFileIO::MakeCodeFileResult writeFile(::std::string
const& filePath, ::std::string
const& input);