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