mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 17:06:11 -04:00
1273e633f2
* Move m_Re_controller_pad to m_Re/ * m_Re_controller_pad mostly matching
10 lines
207 B
C
10 lines
207 B
C
#ifndef D_CURSOR_MNG_H
|
|
#define D_CURSOR_MNG_H
|
|
|
|
#include "m_Re/m_Re_controller_pad.h"
|
|
|
|
// TODO: putting this here until a more appropriate place is found
|
|
extern u8 data_8053a730;
|
|
|
|
#endif /* D_CURSOR_MNG_H */
|