diff --git a/include/padscore/kpad.h b/include/padscore/kpad.h new file mode 100644 index 0000000..82b9932 --- /dev/null +++ b/include/padscore/kpad.h @@ -0,0 +1,20 @@ +#pragma once +#include + +/** + * \defgroup padscore_kpad KPAD + * \ingroup padscore + * @{ + */ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct KPADStatus KPADStatus; + +#ifdef __cplusplus +} +#endif + +/** @} */ diff --git a/include/padscore/padscore.dox b/include/padscore/padscore.dox new file mode 100644 index 0000000..8edf404 --- /dev/null +++ b/include/padscore/padscore.dox @@ -0,0 +1,5 @@ +/** + * \defgroup padscore padscore + * + * Input library for Wii controllers. + */