NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggStateGX.hpp
1#pragma once
2
3#include <types.h>
4
5#include <lib/rvl/gx/GX.h>
6
7namespace EGG {
8
9namespace StateGX {
10 void initialize(unsigned short, unsigned short, GXColor, GXPixelFmt);
11 void resetGXCache();
12}
13
14} // namespace EGG
struct _GXColor GXColor
A 32-bit RGBA color.