mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 04:17:21 -05:00
* Add top level convinience headers for all RPL libraries * Add nsyskbd to group and add top level header * Simplify `test_compile_headers_list.h`
13 lines
201 B
C
13 lines
201 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup padscore padscore
|
|
*
|
|
* Input library for Wii controllers.
|
|
*/
|
|
|
|
#include <padscore/kpad.h>
|
|
#include <padscore/wbc.h>
|
|
#include <padscore/wpad.h>
|
|
#include <padscore/wud.h>
|