Files
wut/include/proc_ui.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

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>