mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-20 08:17:34 -05:00
11 lines
188 B
C
11 lines
188 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup nn_ac nn_ac
|
|
* Auto Connect API, used for managing and connecting to internet connection
|
|
* profiles.
|
|
*/
|
|
|
|
#include <nn/ac/ac_c.h>
|
|
#include <nn/ac/ac_cpp.h>
|