mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-31 00:45:24 -04:00
100dfc70a2
* wii usa rev0 dol building ok * wii dol cleanup * some wii tests * most rels building
14 lines
192 B
C++
14 lines
192 B
C++
#ifndef M_RE_CONTROLLER_PAD_H
|
|
#define M_RE_CONTROLLER_PAD_H
|
|
|
|
#include <dolphin.h>
|
|
|
|
class mReCPd {
|
|
public:
|
|
struct Pad {
|
|
struct Acc {};
|
|
};
|
|
};
|
|
|
|
#endif /* M_RE_CONTROLLER_PAD_H */
|