mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 12:40:42 +01:00
7 lines
144 B
C
7 lines
144 B
C
|
// nn_ac/nn_ac.h
|
||
|
EXPORT(ACInitialize);
|
||
|
EXPORT(ACFinalize);
|
||
|
EXPORT(ACGetStartupId);
|
||
|
EXPORT(ACConnectWithConfigId);
|
||
|
EXPORT(ACGetAssignedAddress);
|