mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 11:57:47 -05:00
* Add top level convinience headers for all RPL libraries * Add nsyskbd to group and add top level header * Simplify `test_compile_headers_list.h`
11 lines
116 B
C
11 lines
116 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup h264 h264
|
|
*
|
|
* H264 Decoder.
|
|
*/
|
|
|
|
#include <h264/decode.h>
|
|
#include <h264/stream.h>
|