CommonLibVR
GMutex.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/G/GAcquireInterface.h
"
4
#include "
RE/G/GWaitable.h
"
5
6
namespace
RE
7
{
8
class
GMutexImpl;
9
10
class
GMutex
:
11
public
GWaitable
,
// 00
12
public
GAcquireInterface
// 18
13
{
14
public
:
15
GMutexImpl*
impl
;
// 20
16
private
:
17
KEEP_FOR_RE
()
18
};
19
static_assert(
sizeof
(
GMutex
) == 0x28);
20
}
GAcquireInterface.h
GWaitable.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::GAcquireInterface
Definition:
GAcquireInterface.h:6
RE::GMutex
Definition:
GMutex.h:13
RE::GMutex::impl
GMutexImpl * impl
Definition:
GMutex.h:15
RE::GWaitable
Definition:
GWaitable.h:13
RE
Definition:
AbsorbEffect.h:6
CommonLibVR
include
RE
G
GMutex.h
Generated by
1.9.1