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