CommonLibSSE (Parapets fork)
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 };
12 static_assert(std::is_empty_v<HandleManager>);
13}
Definition: BSPointerHandleManager.h:10
Definition: HandleManager.h:9
Definition: AbsorbEffect.h:6