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