mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-19 07:47:20 -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 {} \;`
15 lines
245 B
C
15 lines
245 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup nn_acp nn_acp
|
|
*
|
|
*/
|
|
|
|
#include <nn/acp/client.h>
|
|
#include <nn/acp/device.h>
|
|
#include <nn/acp/drcled_c.h>
|
|
#include <nn/acp/drcled_cpp.h>
|
|
#include <nn/acp/result.h>
|
|
#include <nn/acp/save.h>
|
|
#include <nn/acp/title.h>
|