CommonLibVR
Loading...
Searching...
No Matches
DoNothingUnhandledPolicy.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 template <class T>
7 {
8 public:
10 virtual ~DoNothingUnhandledPolicy() = default; // 00
11 private:
13 };
14 static_assert(sizeof(DoNothingUnhandledPolicy<void*>) == 0x8);
15}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition DoNothingUnhandledPolicy.h:7
virtual ~DoNothingUnhandledPolicy()=default
Definition AbsorbEffect.h:6