mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 22:21:52 +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);
|