Add padscore/kpad.h for a stubbed KPADStatus typedef.

This commit is contained in:
James Benton 2018-06-13 12:11:00 +01:00
parent 060d9df5cb
commit 9beff5dd0b
2 changed files with 25 additions and 0 deletions

20
include/padscore/kpad.h Normal file
View File

@ -0,0 +1,20 @@
#pragma once
#include <wut.h>
/**
* \defgroup padscore_kpad KPAD
* \ingroup padscore
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
typedef struct KPADStatus KPADStatus;
#ifdef __cplusplus
}
#endif
/** @} */

View File

@ -0,0 +1,5 @@
/**
* \defgroup padscore padscore
*
* Input library for Wii controllers.
*/