NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
rect.hpp
1#pragma once
2
3namespace nw4r {
4namespace ut {
5
6typedef struct Rect {
7 float mLeft;
8 float mTop;
9 float mRight;
10 float mBottom;
11} Rect;
12
13} // namespace ut
14} // namespace nw4r