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