NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
m_pad.hpp
1#pragma once
2
3#include <lib/egg/core/eggController.h>
4
5namespace mPad {
6 void create();
7 void beginPad();
8 void endPad();
9
10 extern EGG::CoreController *g_currentCore;
11};