mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-18 15:27:15 -05:00
21 lines
178 B
C
21 lines
178 B
C
#pragma once
|
|
|
|
#include <wut.h>
|
|
#include <nn/result.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
ACPInitialize();
|
|
|
|
void
|
|
ACPFinalize();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|