Files
wut/include/sndcore2.h
GaryOderNichts aa82ecd64f Add top level convinience headers for all RPL libraries (#452)
* Add top level convinience headers for all RPL libraries

* Add nsyskbd to group and add top level header

* Simplify `test_compile_headers_list.h`
2026-09-10 14:09:25 +02:00

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>