mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-05 21:18:15 +01: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