mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-18 15:27:15 -05:00
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
10 lines
166 B
C
10 lines
166 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup nn_nfp nn_nfp
|
|
* Nintendo Figurine (amiibo) Platform library.
|
|
*/
|
|
|
|
#include <nn/nfp/amiibo_settings_cpp.h>
|
|
#include <nn/nfp/nfp_cpp.h>
|