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:
GaryOderNichts
2026-09-10 14:09:25 +02:00
committed by GitHub
parent 07ef427382
commit aa82ecd64f
35 changed files with 289 additions and 207 deletions

13
include/sysapp.h Normal file
View 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>