mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
Add padscore/kpad.h for a stubbed KPADStatus typedef.
This commit is contained in:
parent
060d9df5cb
commit
9beff5dd0b
20
include/padscore/kpad.h
Normal file
20
include/padscore/kpad.h
Normal 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
|
||||
|
||||
/** @} */
|
||||
5
include/padscore/padscore.dox
Normal file
5
include/padscore/padscore.dox
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/**
|
||||
* \defgroup padscore padscore
|
||||
*
|
||||
* Input library for Wii controllers.
|
||||
*/
|
||||
Loading…
Reference in New Issue
Block a user