LeviLamina
Loading...
Searching...
No Matches
GameTestTicker.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace gametest {
6
8public:
9 // member variables
10 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 GameTestTicker& operator=(GameTestTicker const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void clear();
28
29 MCAPI void forceStop();
30
31 MCAPI void tick();
32 // NOLINTEND
33};
34
35} // namespace gametest
Definition GameTestTicker.h:7
Definition Alias.h:14