mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
Add nsyskbd to group and add top level header
This commit is contained in:
parent
501260e235
commit
8f6f16b0e8
9
include/nsyskbd.h
Normal file
9
include/nsyskbd.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
/**
|
||||
* \defgroup nsyskbd nsyskbd
|
||||
*
|
||||
* USB HID keyboard.
|
||||
*/
|
||||
|
||||
#include <nsyskbd/nsyskbd.h>
|
||||
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup nsyskbd_nsyskbd
|
||||
* \ingroup nsyskbd
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user