Files
wut/include/sysapp.h
GaryOderNichts aa82ecd64f 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`
2026-09-10 14:09:25 +02:00

14 lines
260 B
C

#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>