mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 09:44:07 -05:00
15 lines
263 B
C
15 lines
263 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup sndcore2 sndcore2
|
|
*
|
|
* Sound playback and utility library.
|
|
*/
|
|
|
|
#include <sndcore2/core.h>
|
|
#include <sndcore2/device.h>
|
|
#include <sndcore2/drcvs.h>
|
|
#include <sndcore2/result.h>
|
|
#include <sndcore2/rmt.h>
|
|
#include <sndcore2/voice.h>
|