mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 15:20:53 -04:00
14 lines
304 B
C
14 lines
304 B
C
#ifndef M_DO_CONTROLLER_PAD_H
|
|
#define M_DO_CONTROLLER_PAD_H
|
|
|
|
#include "JSystem/JUtility/JUTGamePad.h"
|
|
#include "SSystem/SComponent/c_API_controller_pad.h"
|
|
|
|
extern JUTGamePad* g_mDoCPd_gamePad[4];
|
|
extern interface_of_controller_pad g_mDoCPd_cpadInfo[4];
|
|
|
|
void mDoCPd_Create();
|
|
void mDoCPd_Read();
|
|
|
|
#endif
|