mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 04:17:21 -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`
15 lines
268 B
C
15 lines
268 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup gx2r gx2r
|
|
*
|
|
* Contains utilities to help manage memory invalidation for gx2.
|
|
*/
|
|
|
|
#include <gx2r/buffer.h>
|
|
#include <gx2r/displaylist.h>
|
|
#include <gx2r/draw.h>
|
|
#include <gx2r/mem.h>
|
|
#include <gx2r/resource.h>
|
|
#include <gx2r/surface.h>
|