CommonLibVR
Loading...
Searching...
No Matches
HandleManager.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace RE
7{
8 class HandleManager : public BSPointerHandleManager<BSUntypedPointerHandle<>>
9 {
10 public:
11 private:
13 };
14 static_assert(std::is_empty_v<HandleManager>);
15}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition BSPointerHandleManager.h:10
Definition HandleManager.h:9
Definition AbsorbEffect.h:6