PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
patchwork.h
Go to the documentation of this file.
1#ifndef PATCHWORK_PATCHWORK_H
2#define PATCHWORK_PATCHWORK_H 1
3
4/**
5 * @brief User space system library.
6 * @defgroup libpatchwork Libpatchwork
7 */
8
9#include "cmd.h"
10#include "config.h"
11#include "display.h"
12#include "drawable.h"
13#include "element.h"
14#include "event.h"
15#include "font.h"
16#include "image.h"
17#include "pixel.h"
18#include "point.h"
19#include "popup.h"
20#include "procedure.h"
21#include "rect.h"
22#include "surface.h"
23#include "theme.h"
24#include "widgets.h"
25#include "window.h"
26
27#endif