CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
GMutex.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/G/GWaitable.h"
5
6namespace 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 };
17 static_assert(sizeof(GMutex) == 0x28);
18}
Definition: GAcquireInterface.h:6
Definition: GMutex.h:13
GMutexImpl * impl
Definition: GMutex.h:15
Definition: GWaitable.h:13
Definition: AbsorbEffect.h:6