mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
12 lines
171 B
C
12 lines
171 B
C
#ifndef CONTROL_PANEL_H
|
|
#define CONTROL_PANEL_H
|
|
|
|
#include "wm.h"
|
|
|
|
extern Window win_control_panel;
|
|
|
|
void control_panel_init(void);
|
|
void control_panel_reset(void);
|
|
|
|
#endif
|