LeviLamina
Loading...
Searching...
No Matches
SafetyServiceHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SafetyServiceHelper inner types declare
8 // clang-format off
9 struct APIContext;
10 // clang-format on
11
12 // SafetyServiceHelper inner types define
13 struct APIContext {};
14};
Definition SafetyServiceHelper.h:5
Definition SafetyServiceHelper.h:13