mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
13 lines
156 B
C
13 lines
156 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup avm avm
|
|
*
|
|
* Audio/Video Manager
|
|
*/
|
|
|
|
#include <avm/cec.h>
|
|
#include <avm/config.h>
|
|
#include <avm/drc.h>
|
|
#include <avm/tv.h>
|