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