CommonLibSSE (Parapets fork)
HandleManager.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSPointerHandle.h"
5 
6 namespace 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