LeviLamina
Loading...
Searching...
No Matches
ProcessOpenI.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
bx {
class
Error
; }
8
namespace
bx {
class
FilePath
; }
9
namespace
bx {
class
StringView
; }
10
// clang-format on
11
12
namespace
bx {
13
14
struct
ProcessOpenI
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~ProcessOpenI() = 0;
19
20
virtual
bool
open(::bx::FilePath
const
&, ::bx::StringView
const
&, ::bx::Error*) = 0;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
};
29
30
}
// namespace bx
bx::Error
Definition
Error.h:7
bx::FilePath
Definition
FilePath.h:7
bx::StringView
Definition
StringView.h:7
bx::ProcessOpenI
Definition
ProcessOpenI.h:7
src-client
mc
external
bx
ProcessOpenI.h
Generated on
for LeviLamina by
1.16.1