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 (#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`
This commit is contained in:
13
include/sysapp.h
Normal file
13
include/sysapp.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* \defgroup sysapp sysapp
|
||||
*
|
||||
* Functions to switch applications, launch overlay apps and perform other
|
||||
* multitasking functions.
|
||||
*/
|
||||
|
||||
#include <sysapp/args.h>
|
||||
#include <sysapp/launch.h>
|
||||
#include <sysapp/switch.h>
|
||||
#include <sysapp/title.h>
|
||||
Reference in New Issue
Block a user