LeviLamina
Loading...
Searching...
No Matches
IFileWriteAccess.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual ~IFileWriteAccess() = default;
10
11 virtual uint64 fwrite(void const*, uint64, uint64, void*) = 0;
12 // NOLINTEND
13
14public:
15 // virtual function thunks
16 // NOLINTBEGIN
17
18 // NOLINTEND
19
20public:
21 // vftables
22 // NOLINTBEGIN
23 MCNAPI static void** $vftable();
24 // NOLINTEND
25};
Definition IFileWriteAccess.h:5
static MCAPI void ** $vftable()