mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "Core.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class JournaledFile {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_JOURNALEDFILE
|
|
public:
|
|
class JournaledFile& operator=(class JournaledFile const &) = delete;
|
|
JournaledFile(class JournaledFile const &) = delete;
|
|
JournaledFile() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_JOURNALEDFILE
|
|
#endif
|
|
MCAPI class Core::Result close();
|
|
MCAPI class Core::Result open(class Core::Path, class Core::FileOpenMode, enum Core::FileBufferingMode);
|
|
MCAPI class Core::Result write(void const *, unsigned __int64);
|
|
MCAPI ~JournaledFile();
|
|
MCAPI static class Core::PathBuffer<std::string> findBackupPath(class Core::Path);
|
|
MCAPI static class Core::PathBuffer<std::string> findReadPath(class Core::Path);
|
|
MCAPI static bool isOldFile(class Core::Path);
|
|
MCAPI static void populateImportantFiles(class Core::Path, std::vector<std::string> &);
|
|
|
|
//private:
|
|
MCAPI void _flushFiles();
|
|
|
|
private:
|
|
|
|
}; |