NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_graph.hpp
1#pragma once
2
3class dGraph_c {
4public:
5 void (*mpPainterFunc)();
6
7 static dGraph_c *ms_Instance;
8};