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