mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
39 lines
1.2 KiB
C++
39 lines
1.2 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "TransactionalWorldBlockTarget.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class FlushableStorageAreaEnv : public TransactionalWorldBlockTarget {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_FLUSHABLESTORAGEAREAENV
|
|
public:
|
|
class FlushableStorageAreaEnv& operator=(class FlushableStorageAreaEnv const &) = delete;
|
|
FlushableStorageAreaEnv(class FlushableStorageAreaEnv const &) = delete;
|
|
FlushableStorageAreaEnv() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~FlushableStorageAreaEnv();
|
|
/*10*/ virtual void __unk_vfn_10();
|
|
/*11*/ virtual void __unk_vfn_11();
|
|
/*12*/ virtual void __unk_vfn_12();
|
|
/*13*/ virtual void __unk_vfn_13();
|
|
/*14*/ virtual void __unk_vfn_14();
|
|
/*15*/ virtual void __unk_vfn_15();
|
|
/*16*/ virtual void __unk_vfn_16();
|
|
/*17*/ virtual void __unk_vfn_17();
|
|
/*18*/ virtual void __unk_vfn_18();
|
|
/*19*/ virtual void __unk_vfn_19();
|
|
/*20*/ virtual void flushToPermanentStorage();
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_FLUSHABLESTORAGEAREAENV
|
|
#endif
|
|
|
|
}; |