mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
14 lines
260 B
C
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>
|