mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-06 01:41:15 -05:00
12 lines
222 B
C
12 lines
222 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup proc_ui proc_ui
|
|
*
|
|
* Process management library used for managing transitions between foreground
|
|
* and background applications.
|
|
*/
|
|
|
|
#include <proc_ui/memory.h>
|
|
#include <proc_ui/procui.h>
|