LeviLamina
Loading...
Searching...
No Matches
IFileWriteAccess.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
IFileWriteAccess
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~IFileWriteAccess
() =
default
;
11
12
// vIndex: 1
13
virtual
uint64 fwrite(
void
const
*, uint64, uint64,
void
*) = 0;
14
// NOLINTEND
15
16
public
:
17
// virtual function thunks
18
// NOLINTBEGIN
19
20
// NOLINTEND
21
22
public
:
23
// vftables
24
// NOLINTBEGIN
25
MCNAPI
static
void
**
$vftable
();
26
// NOLINTEND
27
};
IFileWriteAccess
Definition
IFileWriteAccess.h:5
IFileWriteAccess::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core
file
file_system
IFileWriteAccess.h
Generated on Fri Jun 13 2025 05:04:21 for LeviLamina by
1.12.0