mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01: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>
|